{
    "oeselftest_debian-12_qemux86-64_20241011215749": {
        "configuration": {
            "HOST_DISTRO": "debian-12",
            "HOST_NAME": "debian12-vk-8",
            "LAYERS": {
                "meta": {
                    "branch": "stable/scarthgap-nut",
                    "commit": "0ea9bc4ed3f507cbd9d4d54db202a60d677fae56",
                    "commit_count": 74600
                },
                "meta-poky": {
                    "branch": "stable/scarthgap-nut",
                    "commit": "0ea9bc4ed3f507cbd9d4d54db202a60d677fae56",
                    "commit_count": 74600
                },
                "meta-selftest": {
                    "branch": "stable/scarthgap-nut",
                    "commit": "0ea9bc4ed3f507cbd9d4d54db202a60d677fae56",
                    "commit_count": 74600
                },
                "meta-yocto-bsp": {
                    "branch": "stable/scarthgap-nut",
                    "commit": "0ea9bc4ed3f507cbd9d4d54db202a60d677fae56",
                    "commit_count": 74600
                }
            },
            "MACHINE": "qemux86-64",
            "OESELFTEST_METADATA": {
                "exclude_tags": [
                    "yocto-mirrors",
                    "machine",
                    "toolchain-user",
                    "toolchain-system"
                ],
                "run_all_tests": true,
                "run_tests": null,
                "select_tags": null,
                "skips": [
                    "distrodata.Distrodata.test_checkpkg",
                    "reproducible"
                ]
            },
            "STARTTIME": "20241011215749",
            "TEST_TYPE": "oeselftest"
        },
        "result": {
            "archiver.Archiver.test_archiver_allows_to_filter_on_recipe_name": {
                "duration": 28.494221687316895,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 34, in test_archiver_allows_to_filter_on_recipe_name\n    bitbake('-c clean %s %s' % (include_recipe, exclude_recipe))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean selftest-ed initscripts' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_filters_by_type": {
                "duration": 20.66483998298645,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 65, in test_archiver_filters_by_type\n    bitbake('-c clean %s %s' % (target_recipe, native_recipe))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean selftest-ed selftest-ed-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_filters_by_type_and_name": {
                "duration": 16.639190435409546,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 102, in test_archiver_filters_by_type_and_name\n    bitbake('-c clean %s %s' % (' '.join(target_recipes), ' '.join(native_recipes)))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean initscripts selftest-ed update-rc.d-native selftest-ed-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_configured": {
                "duration": 18.730992794036865,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 207, in test_archiver_mode_configured\n    self._test_archiver_mode('configured', 'selftest-ed-native-1.14.1-r0-configured.tar.xz')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 177, in _test_archiver_mode\n    bitbake('-c clean %s' % (target))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean selftest-ed-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_diff": {
                "duration": 18.65687894821167,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 223, in test_archiver_mode_diff\n    self._test_archiver_mode('patched', 'selftest-ed-native-1.14.1-r0-diff.gz',\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 177, in _test_archiver_mode\n    bitbake('-c clean %s' % (target))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean selftest-ed-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_dumpdata": {
                "duration": 15.976399421691895,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 231, in test_archiver_mode_dumpdata\n    self._test_archiver_mode('patched', 'selftest-ed-native-1.14.1-r0-showdata.dump',\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 177, in _test_archiver_mode\n    bitbake('-c clean %s' % (target))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean selftest-ed-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_mirror": {
                "duration": 14.974791049957275,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 239, in test_archiver_mode_mirror\n    self._test_archiver_mode('mirror', 'ed-1.14.1.tar.lz',\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 177, in _test_archiver_mode\n    bitbake('-c clean %s' % (target))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean selftest-ed-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_mirror_combined": {
                "duration": 15.263293027877808,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 284, in test_archiver_mode_mirror_combined\n    bitbake('-c clean %s' % (target))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean selftest-ed' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_mirror_excludes": {
                "duration": 16.141000509262085,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 258, in test_archiver_mode_mirror_excludes\n    bitbake('-c clean %s' % (target))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean selftest-ed' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_mirror_gitsm": {
                "duration": 4.114663124084473,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 305, in test_archiver_mode_mirror_gitsm\n    bitbake('-c clean git-submodule-test')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean git-submodule-test' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_mirror_gitsm_shallow": {
                "duration": 16.038368463516235,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 333, in test_archiver_mode_mirror_gitsm_shallow\n    bitbake('-c clean git-submodule-test')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean git-submodule-test' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_original": {
                "duration": 16.302382230758667,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 193, in test_archiver_mode_original\n    self._test_archiver_mode('original', 'ed-1.14.1.tar.lz')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 177, in _test_archiver_mode\n    bitbake('-c clean %s' % (target))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean selftest-ed-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_patched": {
                "duration": 15.490986824035645,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 200, in test_archiver_mode_patched\n    self._test_archiver_mode('patched', 'selftest-ed-native-1.14.1-r0-patched.tar.xz')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 177, in _test_archiver_mode\n    bitbake('-c clean %s' % (target))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean selftest-ed-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_recipe": {
                "duration": 18.04073166847229,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 214, in test_archiver_mode_recipe\n    self._test_archiver_mode('patched', 'selftest-ed-native-1.14.1-r0-recipe.tar.xz',\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 177, in _test_archiver_mode\n    bitbake('-c clean %s' % (target))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean selftest-ed-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_multiconfig_shared_unpack_and_patch": {
                "duration": 81.37664413452148,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 144, in test_archiver_multiconfig_shared_unpack_and_patch\n    bitbake('mc:mc1:%s mc:mc2:%s -c %s -S lockedsigs' % (pn, pn, task))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  mc:mc1:gcc-source-13.3.0 mc:mc2:gcc-source-13.3.0 -c do_unpack_and_patch -S lockedsigs' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...NOTE: Cache: default: Out of date cache found, rebuilding...\nNOTE: Cache: mc1: Out of date cache found, rebuilding...\nNOTE: Cache: mc2: Out of date cache found, rebuilding...\ndone.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 2970 .bb files complete (0 cached, 2970 parsed). 5888 targets, 173 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration (mc:default):\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\n\nBuild Configuration (mc:mc1):\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"arm-poky-linux-gnueabi\"\nMACHINE              = \"qemuarm\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"arm vfp cortexa15 neon thumb callconvention-hard\"\nTARGET_FPU           = \"hard\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\n\nBuild Configuration (mc:mc2):\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"i686-poky-linux\"\nMACHINE              = \"qemux86\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m32 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_srpm_mode": {
                "duration": 14.156113624572754,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 166, in test_archiver_srpm_mode\n    bitbake('-n selftest-nopackages selftest-ed')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -n selftest-nopackages selftest-ed' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "baremetal.BaremetalTest.test_baremetal": {
                "duration": 28.111325979232788,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/baremetal.py\", line 14, in test_baremetal\n    bitbake('baremetal-helloworld')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  baremetal-helloworld' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 83 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-elf\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_add_remove": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291357/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_createlayer": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291357/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_flatten": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291357/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_layerindexshowdepends": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291357/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_setup": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291357/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_showappends": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291357/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_showcrossdepends": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291357/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_showlayers": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291357/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_showoverlayed": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291357/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_showrecipes": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291357/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_updatelayer": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291357/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_validate_examplelayersjson": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291357/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblock.BBLock.test_lock_architecture_specific": {
                "duration": 29.627530336380005,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 127, in test_lock_architecture_specific\n    self.lock_recipes(recipes, tasks)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 55, in lock_recipes\n    result = runCmd(cmd)\n             ^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'bblock quilt -t do_compile' returned non-zero exit status 2:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 69 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 125, in runAsyncCommand\n    commandmethod(self.cmds_async, self, options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 787, in getTaskSignatures\n    res = command.cooker.getTaskSignatures(params[0], params[1])\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1449, in getTaskSignatures\n    rq.rqdata.prepare()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/runqueue.py\", line 1290, in prepare\n    unihashes = bb.parse.siggen.get_unihashes(ready)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/siggen.py\", line 732, in get_unihashes\n    unihashes = client.get_unihash_batch(queries[k] for k in keys)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 201, in wrapper\n    return self.loop.run_until_complete(downcall(*args, **kwargs))\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/asyncio/base_events.py\", line 653, in run_until_complete\n    return future.result()\n           ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 173, in get_unihash_batch\n    result = await self.send_stream_batch(\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 122, in send_stream_batch\n    return await self._send_wrapper(proc)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 138, in _send_wrapper\n    await self.connect()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 124, in connect\n    await self.setup_connection()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in setup_connection\n    await self.auth(self.username, self.password)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in auth\n    result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in invoke\n    return await super().invoke(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in invoke\n    self.check_invoke_error(result)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in check_invoke_error\n    raise InvokeError(msg[\"invoke-error\"][\"message\"])\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblock.BBLock.test_lock_multiple_recipe_single_task": {
                "duration": 140.19860863685608,
                "status": "PASSED"
            },
            "bblock.BBLock.test_lock_single_recipe_all_tasks": {
                "duration": 73.2456648349762,
                "status": "PASSED"
            },
            "bblock.BBLock.test_lock_single_recipe_multiple_tasks": {
                "duration": 63.046229124069214,
                "status": "PASSED"
            },
            "bblock.BBLock.test_lock_single_recipe_single_task": {
                "duration": 57.13031506538391,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_python_loggingA": {
                "duration": 28.12844705581665,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 122, in test_python_exec_func_python_loggingA\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 0 entries from dependency cache.\\nParsing recipes...done.\\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"debian-12\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_python\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_python is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_python_loggingB": {
                "duration": 19.841896772384644,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 130, in test_python_exec_func_python_loggingB\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 0 entries from dependency cache.\\nParsing recipes...done.\\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_python\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_python is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_python_loggingC": {
                "duration": 3.903735399246216,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 139, in test_python_exec_func_python_loggingC\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\nNOTE: selecting binutils-cross-x86_64 to satisfy virtual/x86_64-poky-linux-binutils due to PREFERRED_PROVIDERS\\nNOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to PREFERRED_PROVIDERS\\nNOTE: selecting pkgconfig-native to satisfy pkgconfig-native due to PREFERRED_PROVIDERS\\nNOTE: selecting openssl-native to satisfy openssl-native due to PREFERRED_PROVIDERS\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_exec_func_python, /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_python\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_python is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_python_loggingD": {
                "duration": 4.448459148406982,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 147, in test_python_exec_func_python_loggingD\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\nNOTE: selecting binutils-cross-x86_64 to satisfy virtual/x86_64-poky-linux-binutils due to PREFERRED_PROVIDERS\\nNOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to PREFERRED_PROVIDERS\\nNOTE: selecting pkgconfig-native to satisfy pkgconfig-native due to PREFERRED_PROVIDERS\\nNOTE: selecting openssl-native to satisfy openssl-native due to PREFERRED_PROVIDERS\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_exec_func_python, /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_python\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_python is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingA": {
                "duration": 3.7112865447998047,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 55, in test_python_exec_func_shell_loggingA\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_shell\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_shell is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingB": {
                "duration": 3.5572593212127686,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 64, in test_python_exec_func_shell_loggingB\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_shell\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_shell is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingC": {
                "duration": 4.0728912353515625,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 73, in test_python_exec_func_shell_loggingC\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\nNOTE: selecting binutils-cross-x86_64 to satisfy virtual/x86_64-poky-linux-binutils due to PREFERRED_PROVIDERS\\nNOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to PREFERRED_PROVIDERS\\nNOTE: selecting pkgconfig-native to satisfy pkgconfig-native due to PREFERRED_PROVIDERS\\nNOTE: selecting openssl-native to satisfy openssl-native due to PREFERRED_PROVIDERS\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_exec_func_shell, /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_shell\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_shell is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingD": {
                "duration": 5.986750364303589,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 83, in test_python_exec_func_shell_loggingD\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\nNOTE: selecting binutils-cross-x86_64 to satisfy virtual/x86_64-poky-linux-binutils due to PREFERRED_PROVIDERS\\nNOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to PREFERRED_PROVIDERS\\nNOTE: selecting pkgconfig-native to satisfy pkgconfig-native due to PREFERRED_PROVIDERS\\nNOTE: selecting openssl-native to satisfy openssl-native due to PREFERRED_PROVIDERS\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_exec_func_shell, /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_shell\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_shell is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exit_loggingA": {
                "duration": 3.748763084411621,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 92, in test_python_exit_loggingA\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exit\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exit is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exit_loggingB": {
                "duration": 4.14426851272583,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 99, in test_python_exit_loggingB\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exit\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exit is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exit_loggingC": {
                "duration": 3.6331074237823486,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 107, in test_python_exit_loggingC\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\nNOTE: selecting binutils-cross-x86_64 to satisfy virtual/x86_64-poky-linux-binutils due to PREFERRED_PROVIDERS\\nNOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to PREFERRED_PROVIDERS\\nNOTE: selecting pkgconfig-native to satisfy pkgconfig-native due to PREFERRED_PROVIDERS\\nNOTE: selecting openssl-native to satisfy openssl-native due to PREFERRED_PROVIDERS\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_exit, /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exit\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exit is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exit_loggingD": {
                "duration": 4.763606786727905,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 114, in test_python_exit_loggingD\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\nNOTE: selecting binutils-cross-x86_64 to satisfy virtual/x86_64-poky-linux-binutils due to PREFERRED_PROVIDERS\\nNOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to PREFERRED_PROVIDERS\\nNOTE: selecting pkgconfig-native to satisfy pkgconfig-native due to PREFERRED_PROVIDERS\\nNOTE: selecting openssl-native to satisfy openssl-native due to PREFERRED_PROVIDERS\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_exit, /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exit\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exit is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_fatal_loggingA": {
                "duration": 4.064240455627441,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 154, in test_python_fatal_loggingA\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_fatal\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_fatal is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_fatal_loggingB": {
                "duration": 5.285914659500122,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 162, in test_python_fatal_loggingB\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_fatal\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_fatal is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_fatal_loggingC": {
                "duration": 3.4645352363586426,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 171, in test_python_fatal_loggingC\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\nNOTE: selecting binutils-cross-x86_64 to satisfy virtual/x86_64-poky-linux-binutils due to PREFERRED_PROVIDERS\\nNOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to PREFERRED_PROVIDERS\\nNOTE: selecting pkgconfig-native to satisfy pkgconfig-native due to PREFERRED_PROVIDERS\\nNOTE: selecting openssl-native to satisfy openssl-native due to PREFERRED_PROVIDERS\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_fatal, /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_fatal\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_fatal is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_fatal_loggingD": {
                "duration": 3.6552183628082275,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 179, in test_python_fatal_loggingD\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\nNOTE: selecting binutils-cross-x86_64 to satisfy virtual/x86_64-poky-linux-binutils due to PREFERRED_PROVIDERS\\nNOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to PREFERRED_PROVIDERS\\nNOTE: selecting pkgconfig-native to satisfy pkgconfig-native due to PREFERRED_PROVIDERS\\nNOTE: selecting openssl-native to satisfy openssl-native due to PREFERRED_PROVIDERS\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_fatal, /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_fatal\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_fatal is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_shell_loggingA": {
                "duration": 3.812037467956543,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 20, in test_shell_loggingA\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_shelltest\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_shelltest is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_shell_loggingB": {
                "duration": 4.85032320022583,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 28, in test_shell_loggingB\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_shelltest\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_shelltest is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_shell_loggingC": {
                "duration": 3.860011577606201,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 36, in test_shell_loggingC\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\nNOTE: selecting binutils-cross-x86_64 to satisfy virtual/x86_64-poky-linux-binutils due to PREFERRED_PROVIDERS\\nNOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to PREFERRED_PROVIDERS\\nNOTE: selecting pkgconfig-native to satisfy pkgconfig-native due to PREFERRED_PROVIDERS\\nNOTE: selecting openssl-native to satisfy openssl-native due to PREFERRED_PROVIDERS\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_shelltest, /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_shelltest\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_shelltest is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_shell_loggingD": {
                "duration": 3.662405490875244,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 45, in test_shell_loggingD\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1140, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'Loading cache...done.\\nLoaded 1963 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\nNOTE: selecting binutils-cross-x86_64 to satisfy virtual/x86_64-poky-linux-binutils due to PREFERRED_PROVIDERS\\nNOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to PREFERRED_PROVIDERS\\nNOTE: selecting pkgconfig-native to satisfy pkgconfig-native due to PREFERRED_PROVIDERS\\nNOTE: selecting openssl-native to satisfy openssl-native due to PREFERRED_PROVIDERS\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.8.0\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"5.0.4\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_shelltest, /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb, do_shelltest\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/logging-test/logging-test.bb:do_shelltest is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\\n                 become = self.saved_become_user\\n    >            await self.auth(self.username, self.password)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username=\\'pokybuild\\', token=\\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'):\\n         async def auth(self, username, token):\\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\\n             self.username = username\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}},), **kwargs={}):\\n             await self._set_mode(self.MODE_NORMAL)\\n    >        return await super().invoke(*args, **kwargs)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={\\'auth\\': {\\'username\\': \\'pokybuild\\', \\'token\\': \\'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago\\'}}):\\n             result = await self._send_wrapper(proc)\\n    >        self.check_invoke_error(result)\\n             return result\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={\\'invoke-error\\': {\\'message\\': \\'Unable to authenticate as pokybuild\\'}}):\\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\\n     \\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_bbappend_order": {
                "duration": 29.366336822509766,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_bitbake_g": {
                "duration": 4.189866065979004,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 127, in test_bitbake_g\n    result = bitbake('-g %s' % recipe)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -g base-files' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 125, in runAsyncCommand\n    commandmethod(self.cmds_async, self, options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 637, in generateDotGraph\n    command.cooker.generateDotGraphFiles(pkgs_to_build, task)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 897, in generateDotGraphFiles\n    depgraph = self.generateTaskDepTreeData(pkgs_to_build, task)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 706, in generateTaskDepTreeData\n    rq.rqdata.prepare()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/runqueue.py\", line 1290, in prepare\n    unihashes = bb.parse.siggen.get_unihashes(ready)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/siggen.py\", line 732, in get_unihashes\n    unihashes = client.get_unihash_batch(queries[k] for k in keys)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 201, in wrapper\n    return self.loop.run_until_complete(downcall(*args, **kwargs))\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/asyncio/base_events.py\", line 653, in run_until_complete\n    return future.result()\n           ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 173, in get_unihash_batch\n    result = await self.send_stream_batch(\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 122, in send_stream_batch\n    return await self._send_wrapper(proc)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 138, in _send_wrapper\n    await self.connect()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 124, in connect\n    await self.setup_connection()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in setup_connection\n    await self.auth(self.username, self.password)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in auth\n    result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in invoke\n    return await super().invoke(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in invoke\n    self.check_invoke_error(result)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in check_invoke_error\n    raise InvokeError(msg[\"invoke-error\"][\"message\"])\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_bitbake_invalid_recipe": {
                "duration": 0.8026430606842041,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_bitbake_invalid_target": {
                "duration": 3.8833813667297363,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_checkuri": {
                "duration": 5.420289516448975,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 217, in test_checkuri\n    result = runCmd('bitbake -c checkuri m4')\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 -c checkuri m4' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_continue": {
                "duration": 15.463671922683716,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 227, in test_continue\n    runCmd('bitbake -c cleanall man-db xcursor-transparent-theme')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 -c cleanall man-db xcursor-transparent-theme' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_dry_run": {
                "duration": 3.7544174194335938,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 178, in test_dry_run\n    result = runCmd('bitbake -n selftest-hello-native')\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 -n selftest-hello-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_environment": {
                "duration": 1.1593782901763916,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_event_handler": {
                "duration": 18.344937086105347,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 44, in test_event_handler\n    result = bitbake('selftest-hello-native')\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  selftest-hello-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nNOTE: Test for bb.event.BuildStarted\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_force_task_1": {
                "duration": 7.270495176315308,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 98, in test_force_task_1\n    bitbake('-c clean %s' % test_recipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean zlib' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_force_task_2": {
                "duration": 4.402841091156006,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 117, in test_force_task_2\n    bitbake(test_recipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  zlib' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_git_patchtool": {
                "duration": 8.22945761680603,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 323, in test_git_patchtool\n    result = bitbake('{} -c patch'.format(test_recipe), ignore_status=False)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  man-db -c patch' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_git_patchtool2": {
                "duration": 6.117453098297119,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 336, in test_git_patchtool2\n    result = bitbake('{} -c patch'.format(test_recipe), ignore_status=False)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  gitrepotest -c patch' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_git_unpack_nonetwork": {
                "duration": 16.07907247543335,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 353, in test_git_unpack_nonetwork\n    bitbake('gitunpackoffline -c fetch')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  gitunpackoffline -c fetch' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_git_unpack_nonetwork_fail": {
                "duration": 4.316443681716919,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 366, in test_git_unpack_nonetwork_fail\n    self.assertTrue(re.search(\"Recipe uses a floating tag/branch .* for repo .* without a fixed SRCREV yet doesn't call bb.fetch2.get_srcrev()\", result.output), msg = \"Recipe without PV set to SRCPV should have failed: %s\" % result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 715, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : Recipe without PV set to SRCPV should have failed: Loading cache...done.\nLoaded 1962 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_image_manifest": {
                "duration": 4.3546130657196045,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 134, in test_image_manifest\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_invalid_patch": {
                "duration": 18.549575328826904,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 79, in test_invalid_patch\n    bitbake('-cclean man-db')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -cclean man-db' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_invalid_recipe_src_uri": {
                "duration": 1.937833309173584,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_just_parse": {
                "duration": 1.593557596206665,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_local_sstate": {
                "duration": 3.4968059062957764,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 52, in test_local_sstate\n    bitbake('selftest-hello-native')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  selftest-hello-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_non_gplv3": {
                "duration": 17.1632137298584,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 239, in test_non_gplv3\n    self.assertEqual(result.status, 0, \"Bitbake failed, exit code %s, output %s\" % (result.status, result.output))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 873, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 866, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : Bitbake failed, exit code 1, output Loading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 76 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_postfile": {
                "duration": 1.9163968563079834,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_prefile": {
                "duration": 2.8094983100891113,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_rename_downloaded_file": {
                "duration": 15.932901859283447,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 167, in test_rename_downloaded_file\n    self.assertEqual(result.status, 0, msg = \"Couldn't fetch aspell. %s\" % result.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 873, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 866, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : Couldn't fetch aspell. NOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb, do_fetch\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_run_bitbake_from_dir_1": {
                "duration": 1.3542237281799316,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_run_bitbake_from_dir_2": {
                "duration": 1.155008316040039,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_run_bitbake_from_dir_3": {
                "duration": 1.1049375534057617,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_setscene_only": {
                "duration": 3.6846983432769775,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 251, in test_setscene_only\n    bitbake(test_recipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  selftest-hello-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_skip_setscene": {
                "duration": 4.000319242477417,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 264, in test_skip_setscene\n    bitbake(test_recipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  selftest-hello-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_unexpanded_variable_in_path": {
                "duration": 15.88519024848938,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 376, in test_unexpanded_variable_in_path\n    self.assertTrue(re.search(\"ERROR: Directory name /.* contains unexpanded bitbake variable. This may cause build failures and WORKDIR polution\",\n  File \"/usr/lib/python3.11/unittest/case.py\", line 715, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : mkdirhier with unexpanded variable should have failed: Loading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_version": {
                "duration": 1.9775257110595703,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_warnings_errors": {
                "duration": 0.5086126327514648,
                "status": "PASSED"
            },
            "buildoptions.ArchiverTest.test_arch_work_dir_and_export_source": {
                "duration": 28.542588233947754,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 191, in test_arch_work_dir_and_export_source\n    self.assertEqual(res.status, 0, \"\\nCouldn't build xcursortransparenttheme.\\nbitbake output %s\" % res.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 873, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 866, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : \nCouldn't build xcursortransparenttheme.\nbitbake output Loading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.BuildhistoryTests.test_buildhistory_basic": {
                "duration": 29.761029481887817,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 146, in test_buildhistory_basic\n    self.run_buildhistory_operation('xcursor-transparent-theme')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildhistory.py\", line 39, in run_buildhistory_operation\n    bitbake(\"-cclean %s\" % target)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -cclean xcursor-transparent-theme' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291381/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.BuildhistoryTests.test_buildhistory_buildtime_pr_backwards": {
                "duration": 22.566656351089478,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 152, in test_buildhistory_buildtime_pr_backwards\n    self.run_buildhistory_operation(target, target_config=\"PR = \\\"r1\\\"\", change_bh_location=True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildhistory.py\", line 39, in run_buildhistory_operation\n    bitbake(\"-cclean %s\" % target)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -cclean xcursor-transparent-theme' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291381/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.BuildhistoryTests.test_fileinfo": {
                "duration": 6.092022657394409,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 157, in test_fileinfo\n    bitbake('hicolor-icon-theme')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  hicolor-icon-theme' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291381/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.DiskMonTest.test_stoptask_behavior": {
                "duration": 28.451117992401123,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 67, in test_stoptask_behavior\n    self.assertTrue('ERROR: No new tasks can be executed since the disk space monitor action is \"STOPTASKS\"!' in res.output, msg = \"Tasks should have stopped. Disk monitor is set to STOPTASK: %s\" % res.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 715, in assertTrue\n    raise self.failureException(msg)\nAssertionError: False is not true : Tasks should have stopped. Disk monitor is set to STOPTASK: Loading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.ImageOptionsTests.test_ccache_tool": {
                "duration": 29.978045225143433,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 40, in test_ccache_tool\n    bitbake(\"ccache-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  ccache-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.ImageOptionsTests.test_incremental_image_generation": {
                "duration": 10.448243379592896,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 25, in test_incremental_image_generation\n    bitbake(\"-c clean core-image-minimal\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.ImageOptionsTests.test_read_only_image": {
                "duration": 19.284677505493164,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 59, in test_read_only_image\n    bitbake(\"core-image-sato core-image-weston\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-sato core-image-weston' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.Poisoning.test_poisoning": {
                "duration": 28.43951106071472,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 239, in test_poisoning\n    self.assertTrue(\"is unsafe for cross-compilation\" in res.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 715, in assertTrue\n    raise self.failureException(msg)\nAssertionError: False is not true\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291414/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.SanityOptionsTest.test_layer_without_git_dir": {
                "duration": 28.78885507583618,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 134, in test_layer_without_git_dir\n    ret = bitbake('-n %s' % test_recipe)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -n ed' returned non-zero exit status 1:\nWARNING: Layer meta-dummy should set LAYERSERIES_COMPAT_meta-dummy in its conf/layer.conf file to list the core layer names it is compatible with.\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nWARNING: No bb files in default matched BBFILE_PATTERN_meta-dummy '^/tmp/tmpi9cu1n2x/meta-dummy/'\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nmeta-dummy           = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291425/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.SanityOptionsTest.test_options_warnqa_errorqa_switch": {
                "duration": 27.267634391784668,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 94, in test_options_warnqa_errorqa_switch\n    self.assertTrue(line and line.startswith(\"ERROR:\"), msg=res.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 715, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : NOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb, do_package\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n2024-10-11 21:58:47,383 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291425/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.ToolchainOptions.test_toolchain_fortran": {
                "duration": 28.438542127609253,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 206, in test_toolchain_fortran\n    bitbake('fortran-helloworld')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  fortran-helloworld' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 49 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291435/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "c_cpp.CMakeTests.test_cmake_qemu": {
                "duration": 36.525190114974976,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/c_cpp.py\", line 36, in test_cmake_qemu\n    self._qemu_usermode(\"cmake-example\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/c_cpp.py\", line 17, in _qemu_usermode\n    bitbake(\"%s -c run_tests\" % recipe_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  cmake-example -c run_tests' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n2024-10-11 21:58:27,853 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291451/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "c_cpp.CMakeTests.test_cmake_qemu_failing": {
                "duration": 21.437724113464355,
                "status": "PASSED"
            },
            "c_cpp.MesonTests.test_meson_qemu": {
                "duration": 36.07281732559204,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/c_cpp.py\", line 53, in test_meson_qemu\n    self._qemu_usermode(\"meson-example\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/c_cpp.py\", line 17, in _qemu_usermode\n    bitbake(\"%s -c run_tests\" % recipe_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  meson-example -c run_tests' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n2024-10-11 21:58:27,402 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "c_cpp.MesonTests.test_meson_qemu_failing": {
                "duration": 22.041415452957153,
                "status": "PASSED"
            },
            "containerimage.ContainerImageTests.test_expected_files": {
                "duration": 17.437217473983765,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/containerimage.py\", line 82, in test_expected_files\n    bitbake('container-test-image')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  container-test-image' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "cve_check.CVECheck.test_convert_cve_version": {
                "duration": 0.006831645965576172,
                "status": "PASSED"
            },
            "cve_check.CVECheck.test_image_json": {
                "duration": 23.843611478805542,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/cve_check.py\", line 127, in test_image_json\n    bitbake(\"core-image-minimal-initramfs\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal-initramfs' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 51 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "cve_check.CVECheck.test_recipe_report_json": {
                "duration": 5.176049470901489,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/cve_check.py\", line 93, in test_recipe_report_json\n    bitbake(\"m4-native -c cve_check\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  m4-native -c cve_check' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "cve_check.CVECheck.test_recipe_report_json_ignored": {
                "duration": 4.932033061981201,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/cve_check.py\", line 201, in test_recipe_report_json_ignored\n    bitbake(\"logrotate -c cve_check\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  logrotate -c cve_check' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "cve_check.CVECheck.test_recipe_report_json_unpatched": {
                "duration": 20.594420671463013,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/cve_check.py\", line 165, in test_recipe_report_json_unpatched\n    bitbake(\"m4-native -c cve_check\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  m4-native -c cve_check' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 51 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "cve_check.CVECheck.test_version_compare": {
                "duration": 0.007123231887817383,
                "status": "PASSED"
            },
            "debuginfod.Debuginfod.test_debuginfod_native": {
                "status": "UNKNOWN"
            },
            "debuginfod.Debuginfod.test_debuginfod_qemu": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "devtool.DevtoolAddTests.test_devtool_add": {
                "duration": 24.06010937690735,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 390, in test_devtool_add\n    bitbake('%s -c cleansstate' % pn)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  pv -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (0 cached, 991 parsed). 1964 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n2024-10-11 22:04:33,209 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_binary": {
                "duration": 187.81271076202393,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 423, in test_devtool_add_binary\n    result = runCmd('devtool add  -b %s %s' % (pn, bin_package_path))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool add  -b tst-bin /tmp/devtoolqabkvab05k/tst-bin.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/workspace\nNOTE: Reconnecting to bitbake server...\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching file:///tmp/devtoolqabkvab05k/tst-bin.tar.gz;subdir=${BPN}...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolnzgo_n6h 'file:///tmp/devtoolqabkvab05k/tst-bin.tar.gz'  -x /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/workspace/sources/devtoolsrcjxuwncu6 -N tst-bin -b' failed\n2024-10-11 22:07:41,022 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_fetch": {
                "duration": 188.2269880771637,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 552, in test_devtool_add_fetch\n    result = runCmd('devtool add --no-pypi %s %s -f %s' % (testrecipe, srcdir, url))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool add --no-pypi python-markupsafe /tmp/devtoolqa7rafvuv2/python-markupsafe -f https://files.pythonhosted.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-0.23.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/workspace\nNOTE: Reconnecting to bitbake server...\nWARNING: -f/--fetch option is deprecated - you can now simply specify the URL to fetch as a positional argument instead\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-0.23.tar.gz...\nLoading cache...done.\nLoaded 1964 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolwfs5xlh9 'https://files.pythonhosted.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-0.23.tar.gz'  -x /tmp/devtoolqa7rafvuv2/python-markupsafe -N python-markupsafe --no-pypi' failed\n2024-10-11 22:10:49,250 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_fetch_git": {
                "duration": 187.98341274261475,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 597, in test_devtool_add_fetch_git\n    result = runCmd('devtool add %s %s -a -f %s' % (testrecipe, srcdir, url))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool add mraa /tmp/devtoolqad3j0pzjw/mraa -a -f gitsm://git.yoctoproject.org/mraa' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/workspace\nNOTE: Reconnecting to bitbake server...\nWARNING: -f/--fetch option is deprecated - you can now simply specify the URL to fetch as a positional argument instead\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching gitsm://git.yoctoproject.org/mraa;branch=master...\nLoading cache...done.\nLoaded 1965 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolpx7kzbw4 'gitsm://git.yoctoproject.org/mraa'  -x /tmp/devtoolqad3j0pzjw/mraa -N mraa -a' failed\n2024-10-11 22:13:57,232 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_fetch_simple": {
                "duration": 186.13821268081665,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 644, in test_devtool_add_fetch_simple\n    result = runCmd('devtool add %s' % url)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool add http://www.ivarch.com/programs/sources/pv-1.6.0.tar.bz2' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/workspace\nNOTE: Reconnecting to bitbake server...\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching http://www.ivarch.com/programs/sources/pv-1.6.0.tar.bz2...\nLoading cache...done.\nLoaded 1965 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolrqtton4u 'http://www.ivarch.com/programs/sources/pv-1.6.0.tar.bz2'  -x /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/workspace/sources/devtoolsrcvsrsrem7' failed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_git_local": {
                "duration": 13.686619281768799,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 436, in test_devtool_add_git_local\n    bitbake('dbus')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  dbus' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_git_style1": {
                "duration": 186.2057545185089,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 481, in test_devtool_add_git_style1\n    self._test_devtool_add_git_url(git_url, version, pn, resulting_src_uri)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 295, in _test_devtool_add_git_url\n    result = runCmd(command)\n             ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool add --version v3.1.0 mbedtls 'git://git@github.com/ARMmbed/mbedtls.git;branch=mbedtls-2.28;protocol=https'' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/workspace\nNOTE: Reconnecting to bitbake server...\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching git://git@github.com/ARMmbed/mbedtls.git;branch=mbedtls-2.28;protocol=https...\nLoading cache...done.\nLoaded 1966 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtool8dcz13ga 'git://git@github.com/ARMmbed/mbedtls.git;branch=mbedtls-2.28;protocol=https'  -x /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/workspace/sources/devtoolsrckqd_yl4u -N mbedtls -V v3.1.0' failed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_git_style2": {
                "duration": 186.17903757095337,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 490, in test_devtool_add_git_style2\n    self._test_devtool_add_git_url(git_url, version, pn, resulting_src_uri, srcrev)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 295, in _test_devtool_add_git_url\n    result = runCmd(command)\n             ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool add --version v3.1.0 mbedtls 'git://git@github.com/ARMmbed/mbedtls.git;protocol=https' --srcrev v3.1.0' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/workspace\nNOTE: Reconnecting to bitbake server...\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching git://git@github.com/ARMmbed/mbedtls.git;protocol=https;nobranch=1...\nLoading cache...done.\nLoaded 1966 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolxaerdwn8 'git://git@github.com/ARMmbed/mbedtls.git;protocol=https'  -x /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/workspace/sources/devtoolsrcg9uz1qjp -N mbedtls -V v3.1.0 --srcrev v3.1.0' failed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_library": {
                "duration": 6.902118444442749,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 512, in test_devtool_add_library\n    bitbake('libftdi -c cleansstate')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  libftdi -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1966 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_npm": {
                "duration": 1.0801079273223877,
                "log": "Test needs meta-oe for nodejs\n",
                "status": "SKIPPED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_python_egg_requires": {
                "duration": 185.82110381126404,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 695, in test_devtool_add_python_egg_requires\n    result = runCmd('devtool add %s %s -f %s' % (testrecipe, srcdir, url))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool add python3-uvicorn /tmp/devtoolqacui8xsee/python3-uvicorn -f https://files.pythonhosted.org/packages/e9/9e/25d59f5043cf763833b2581c8027fa92342c4cf8ee523b498ecdf460c16d/uvicorn-0.14.0.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/workspace\nNOTE: Reconnecting to bitbake server...\nWARNING: -f/--fetch option is deprecated - you can now simply specify the URL to fetch as a positional argument instead\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/e9/9e/25d59f5043cf763833b2581c8027fa92342c4cf8ee523b498ecdf460c16d/uvicorn-0.14.0.tar.gz...\nLoading cache...done.\nLoaded 1966 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolb128hha7 'https://files.pythonhosted.org/packages/e9/9e/25d59f5043cf763833b2581c8027fa92342c4cf8ee523b498ecdf460c16d/uvicorn-0.14.0.tar.gz'  -x /tmp/devtoolqacui8xsee/python3-uvicorn -N python3-uvicorn' failed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolExtractTests.test_devtool_build_image": {
                "duration": 21.65135622024536,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1863, in test_devtool_build_image\n    bitbake('%s -c clean' % image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal -c clean' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n2024-10-11 22:00:29,832 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolExtractTests.test_devtool_deploy_target": {
                "duration": 7.855974197387695,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1800, in test_devtool_deploy_target\n    bitbake(\"%s qemu-native qemu-helper-native\" % testimage)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  oe-selftest-image qemu-native qemu-helper-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "devtool.DevtoolExtractTests.test_devtool_extract": {
                "duration": 198.23479342460632,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1748, in test_devtool_extract\n    result = runCmd('devtool extract matchbox-terminal %s' % tempdir)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool extract matchbox-terminal /tmp/devtoolqat37nn88b' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 429, in extract\n    initial_rev, _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 437, in extract\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolExtractTests.test_devtool_extract_virtual": {
                "duration": 186.51005864143372,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1758, in test_devtool_extract_virtual\n    result = runCmd('devtool extract virtual/make %s' % tempdir)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool extract virtual/make /tmp/devtoolqazxb7o4gf' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 429, in extract\n    initial_rev, _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 437, in extract\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolExtractTests.test_devtool_reset_all": {
                "duration": 186.8048677444458,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1769, in test_devtool_reset_all\n    result = runCmd('devtool modify -x %s %s' % (testrecipe1, os.path.join(tempdir, testrecipe1)))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify -x mdadm /tmp/devtoolqa6lskkzra/mdadm' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_code_cmake": {
                "duration": 213.19298696517944,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2792, in test_devtool_ide_sdk_code_cmake\n    tempdir = self._devtool_ide_sdk_recipe(\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2496, in _devtool_ide_sdk_recipe\n    result = runCmd('devtool modify %s -x %s' % (recipe_name, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify cmake-example -x /tmp/devtoolqa5ylh6hr4' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n2024-10-11 22:05:25,243 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_code_meson": {
                "duration": 210.24428534507751,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2809, in test_devtool_ide_sdk_code_meson\n    tempdir = self._devtool_ide_sdk_recipe(\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2496, in _devtool_ide_sdk_recipe\n    result = runCmd('devtool modify %s -x %s' % (recipe_name, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify meson-example -x /tmp/devtoolqaczm8z8_v' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n2024-10-11 22:08:55,487 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_none_qemu": {
                "duration": 17.22615361213684,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2751, in test_devtool_ide_sdk_none_qemu\n    bitbake(testimage)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  oe-selftest-image' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n2024-10-11 22:09:12,713 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_plugins": {
                "duration": 190.75746393203735,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2910, in test_devtool_ide_sdk_plugins\n    tempdir = self._devtool_ide_sdk_recipe(\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2496, in _devtool_ide_sdk_recipe\n    result = runCmd('devtool modify %s -x %s' % (recipe_name, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify meson-example -x /tmp/devtoolqat8xn8e6j' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n2024-10-11 22:12:23,469 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_shared_sysroots": {
                "duration": 16.759291410446167,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2849, in test_devtool_ide_sdk_shared_sysroots\n    result_init = runCmd(\n                  ^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool ide-sdk -m shared oe-selftest-image cmake-example meson-example --ide=code' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nINFO: Using image: oe-selftest-image\nINFO: Adding ['cmake-example', 'meson-example'] to the Direct SDK sysroots.\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/ide_sdk.py\", line 963, in ide_setup\n    exec_build_env_command(\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/__init__.py\", line 47, in exec_build_env_command\n    return exec_watch('%s%s' % (init_prefix, cmd), **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/__init__.py\", line 73, in exec_watch\n    raise bb.process.ExecutionError(cmd, process.returncode, buf, None)\nbb.process.ExecutionError: Execution of 'bitbake oe-selftest-image:do_build meta-ide-support:do_build cmake-example:do_populate_sysroot meson-example:do_populate_sysroot' failed with exit code 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_buildclean": {
                "duration": 16.265373706817627,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 784, in test_devtool_buildclean\n    bitbake('mdadm m4 -c cleansstate')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  mdadm m4 -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify": {
                "duration": 206.6264328956604,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 707, in test_devtool_modify\n    result = runCmd('devtool modify mdadm -x %s' % tempdir)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify mdadm -x /tmp/devtoolqa8_mocuge' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n2024-10-11 22:02:22,025 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_git": {
                "duration": 6.177111625671387,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 923, in test_devtool_modify_git\n    bitbake('%s -c cleansstate' % testrecipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  psplash -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_git_crates_subpath": {
                "duration": 6.492870092391968,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 997, in test_devtool_modify_git_crates_subpath\n    bitbake('%s -c cleansstate' % testrecipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  hello-rs -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_git_no_extract": {
                "duration": 7.8591084480285645,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 950, in test_devtool_modify_git_no_extract\n    bitbake('%s -c cleansstate' % testrecipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  psplash -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_go": {
                "duration": 190.9357659816742,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 763, in test_devtool_modify_go\n    result = runCmd('devtool modify go-helloworld -x %s' % tempdir)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify go-helloworld -x /tmp/devtoolqax66eukgr' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n2024-10-11 22:05:53,487 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_invalid": {
                "duration": 38.19866228103638,
                "status": "PASSED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_localfiles": {
                "duration": 6.671530723571777,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1071, in test_devtool_modify_localfiles\n    bitbake('%s -c cleansstate' % testrecipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  lighttpd -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_localfiles_only": {
                "duration": 5.725929498672485,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 893, in test_devtool_modify_localfiles_only\n    bitbake('%s -c cleansstate' % testrecipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  base-files -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_multiple_sources": {
                "duration": 6.164999961853027,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1145, in test_devtool_modify_multiple_sources\n    bitbake('%s -c cleansstate' % testrecipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  bzip2 -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_native": {
                "duration": 188.44831156730652,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 868, in test_devtool_modify_native\n    result = runCmd('devtool modify %s -x %s' % (testrecipe, os.path.join(tempdir, testrecipe)))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify cdrtools-native -x /tmp/devtoolqaafyp2qux/cdrtools-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nWARNING: QA Issue: cdrtools-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: devtool-source.bbclass [native-last]\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_overrides": {
                "duration": 186.51336336135864,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1117, in test_devtool_modify_overrides\n    result = runCmd('devtool modify devtool-patch-overrides -x %s' % (tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify devtool-patch-overrides -x /tmp/devtoolqakdoh2uhn' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nINFO: SRC_URI contains some conditional appends/prepends - will create branches to represent these\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_virtual": {
                "duration": 186.4042043685913,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1098, in test_devtool_modify_virtual\n    result = runCmd('devtool modify %s -x %s' % (virtrecipe, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify virtual/make -x /tmp/devtoolqatunf8y35' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nINFO: Mapping virtual/make to make\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolTests.test_create_workspace": {
                "duration": 2.2593250274658203,
                "status": "PASSED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_finish_modify_git_subdir": {
                "duration": 18.62962055206299,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1636, in test_devtool_finish_modify_git_subdir\n    bitbake('%s -c cleansstate' % testrecipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  dos2unix -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_git_submodules": {
                "duration": 221.24366521835327,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1709, in test_devtool_git_submodules\n    result = runCmd('devtool modify %s %s' % (recipe, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify vulkan-samples /tmp/devtoolqal1nxtjmy' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe": {
                "duration": 190.09188890457153,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1179, in test_devtool_update_recipe\n    result = runCmd('devtool modify %s %s' % (testrecipe, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify minicom /tmp/devtoolqa31y7djht' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_append": {
                "duration": 188.827388048172,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1266, in test_devtool_update_recipe_append\n    result = runCmd('devtool modify %s -x %s' % (testrecipe, tempsrcdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify mdadm -x /tmp/devtoolqa2w5h43pj/source' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_append_git": {
                "duration": 188.58386087417603,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1339, in test_devtool_update_recipe_append_git\n    result = runCmd('devtool modify %s -x %s' % (testrecipe, tempsrcdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify mtd-utils-selftest -x /tmp/devtoolqa2lwm63ud/source' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_git": {
                "duration": 188.83797931671143,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1216, in test_devtool_update_recipe_git\n    result = runCmd('devtool modify %s -x %s' % (testrecipe, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify mtd-utils-selftest -x /tmp/devtoolqa72mkwqra' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files": {
                "duration": 188.4039125442505,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1420, in test_devtool_update_recipe_local_files\n    result = runCmd('devtool modify %s -x %s' % (testrecipe, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify makedevs -x /tmp/devtoolqahpqmfd5z' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files_2": {
                "duration": 188.25575804710388,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1469, in test_devtool_update_recipe_local_files_2\n    result = runCmd('devtool modify %s -x %s' % (testrecipe, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify devtool-test-local -x /tmp/devtoolqa_btbezw7' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nINFO: SRC_URI contains some conditional appends/prepends - will create branches to represent these\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files_3": {
                "duration": 188.25979042053223,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1564, in test_devtool_update_recipe_local_files_3\n    result = runCmd('devtool modify %s' % testrecipe)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify devtool-test-localonly' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nINFO: SRC_URI contains some conditional appends/prepends - will create branches to represent these\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files_subdir": {
                "duration": 188.27378821372986,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1613, in test_devtool_update_recipe_local_files_subdir\n    result = runCmd('devtool modify %s' % testrecipe)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify devtool-test-subdir' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_patch_gz": {
                "duration": 189.59352707862854,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1585, in test_devtool_update_recipe_local_patch_gz\n    result = runCmd('devtool modify %s' % testrecipe)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify devtool-test-patch-gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_long_filename": {
                "duration": 188.41908740997314,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1539, in test_devtool_update_recipe_long_filename\n    result = runCmd('devtool modify %s' % testrecipe)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify devtool-test-long-filename' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_with_gitignore": {
                "duration": 188.3677215576172,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1512, in test_devtool_update_recipe_with_gitignore\n    result = runCmd('devtool modify %s' % testrecipe)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify devtool-test-ignored' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_finish_modify_origlayer": {
                "duration": 215.59322094917297,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2229, in test_devtool_finish_modify_origlayer\n    recipe, oldrecipefile, recipedir, filesdir = self._setup_test_devtool_finish_modify()\n                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2209, in _setup_test_devtool_finish_modify\n    result = runCmd('devtool modify %s %s' % (recipe, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify mdadm /tmp/devtoolqabhjg3ygi' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_finish_modify_otherlayer": {
                "duration": 189.5045394897461,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2243, in test_devtool_finish_modify_otherlayer\n    recipe, oldrecipefile, recipedir, filesdir = self._setup_test_devtool_finish_modify()\n                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2209, in _setup_test_devtool_finish_modify\n    result = runCmd('devtool modify %s %s' % (recipe, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify mdadm /tmp/devtoolqav9095keb' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_finish_update_patch": {
                "duration": 188.84170079231262,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2302, in test_devtool_finish_update_patch\n    result = runCmd('devtool modify %s %s' % (recipe, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool modify sysdig-selftest /tmp/devtoolqa4vxgylmj' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 897, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 1042, in modify\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_finish_upgrade_origlayer": {
                "duration": 188.70649337768555,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2139, in test_devtool_finish_upgrade_origlayer\n    recipe, oldrecipefile, recipedir, olddir, newversion, patchfn, backportedpatchfn = self._setup_test_devtool_finish_upgrade()\n                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2119, in _setup_test_devtool_finish_upgrade\n    result = runCmd('devtool upgrade %s %s -V %s' % (recipe, tempdir, newversion))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool upgrade devtool-upgrade-test1 /tmp/devtoolqaf2o38auh -V 1.6.0' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nINFO: Extracting current version source...\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/upgrade.py\", line 594, in upgrade\n    rev1, srcsubdir1 = standard._extract_source(srctree, False, 'devtool-orig', False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/upgrade.py\", line 622, in upgrade\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_finish_upgrade_otherlayer": {
                "duration": 188.73806881904602,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2166, in test_devtool_finish_upgrade_otherlayer\n    recipe, oldrecipefile, recipedir, olddir, newversion, patchfn, backportedpatchfn = self._setup_test_devtool_finish_upgrade()\n                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2119, in _setup_test_devtool_finish_upgrade\n    result = runCmd('devtool upgrade %s %s -V %s' % (recipe, tempdir, newversion))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool upgrade devtool-upgrade-test1 /tmp/devtoolqau4cc1yim -V 1.6.0' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nINFO: Extracting current version source...\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/upgrade.py\", line 594, in upgrade\n    rev1, srcsubdir1 = standard._extract_source(srctree, False, 'devtool-orig', False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/upgrade.py\", line 622, in upgrade\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_layer_plugins": {
                "duration": 0.9917101860046387,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_load_plugin": {
                "duration": 3.7577733993530273,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_rename": {
                "duration": 185.46393418312073,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2340, in test_devtool_rename\n    add_recipe()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2333, in add_recipe\n    result = runCmd('devtool add %s' % url)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool add http://downloads.yoctoproject.org/mirror/sources/i2c-tools-3.1.2.tar.bz2' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/workspace\nNOTE: Reconnecting to bitbake server...\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching http://downloads.yoctoproject.org/mirror/sources/i2c-tools-3.1.2.tar.bz2...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (989 cached, 2 parsed). 1964 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolsj5_k79f 'http://downloads.yoctoproject.org/mirror/sources/i2c-tools-3.1.2.tar.bz2'  -x /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/workspace/sources/devtoolsrc1_z28l6t' failed\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_upgrade": {
                "duration": 188.36226105690002,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1918, in test_devtool_upgrade\n    result = runCmd('devtool upgrade %s %s -V %s' % (recipe, tempdir, version))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool upgrade devtool-upgrade-test1 /tmp/devtoolqa9ie1nh1y -V 1.6.0' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1964 entries from dependency cache.\nINFO: Extracting current version source...\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/upgrade.py\", line 594, in upgrade\n    rev1, srcsubdir1 = standard._extract_source(srctree, False, 'devtool-orig', False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/upgrade.py\", line 622, in upgrade\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_upgrade_all_checksums": {
                "duration": 188.38424396514893,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2015, in test_devtool_upgrade_all_checksums\n    result = runCmd('devtool upgrade %s %s -V %s' % (recipe, tempdir, version))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool upgrade devtool-upgrade-test4 /tmp/devtoolqa28dyp670 -V 1.6.0' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1964 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nINFO: Extracting current version source...\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/upgrade.py\", line 594, in upgrade\n    rev1, srcsubdir1 = standard._extract_source(srctree, False, 'devtool-orig', False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/upgrade.py\", line 622, in upgrade\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_upgrade_drop_md5sum": {
                "duration": 188.45289206504822,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1991, in test_devtool_upgrade_drop_md5sum\n    result = runCmd('devtool upgrade %s %s -V %s' % (recipe, tempdir, version))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool upgrade devtool-upgrade-test3 /tmp/devtoolqa82gp1btw -V 1.6.0' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1964 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nINFO: Extracting current version source...\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/upgrade.py\", line 594, in upgrade\n    rev1, srcsubdir1 = standard._extract_source(srctree, False, 'devtool-orig', False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/upgrade.py\", line 622, in upgrade\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_upgrade_git": {
                "duration": 189.08999037742615,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1956, in test_devtool_upgrade_git\n    result = runCmd('devtool upgrade %s %s -S %s' % (recipe, tempdir, commit))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'devtool upgrade devtool-upgrade-test2 /tmp/devtoolqazt94wert -S 6cc6077a36fe2648a5f993fe7c16c9632f946517' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1964 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nINFO: Extracting current version source...\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nworkspace            = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/upgrade.py\", line 594, in upgrade\n    rev1, srcsubdir1 = standard._extract_source(srctree, False, 'devtool-orig', False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/devtool/upgrade.py\", line 622, in upgrade\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_virtual_kernel_modify": {
                "duration": 3.5901219844818115,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2403, in test_devtool_virtual_kernel_modify\n    bitbake('%s -c clean' % kernel_provider)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  linux-yocto -c clean' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "distrodata.Distrodata.test_checkpkg": {
                "duration": 0.0008115768432617188,
                "log": "Skip by the command line argument \"distrodata.Distrodata.test_checkpkg\"\n",
                "status": "SKIPPED"
            },
            "distrodata.Distrodata.test_maintainers": {
                "duration": 55.48592185974121,
                "status": "PASSED"
            },
            "efibootpartition.GenericEFITest.test_boot_efi": {
                "duration": 17.59145498275757,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/efibootpartition.py\", line 31, in test_boot_efi\n    bitbake(image + \" ovmf\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal ovmf' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291425/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "esdk.oeSDKExtSelfTest.test_image_generation_binary_feeds": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/esdk.py\", line 86, in setUpClass\n    oeSDKExtSelfTest.generate_eSDK(cls.image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/esdk.py\", line 45, in generate_eSDK\n    bitbake(pn_task)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal -c populate_sdk_ext' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291435/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "esdk.oeSDKExtSelfTest.test_install_libraries_headers": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/esdk.py\", line 86, in setUpClass\n    oeSDKExtSelfTest.generate_eSDK(cls.image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/esdk.py\", line 45, in generate_eSDK\n    bitbake(pn_task)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal -c populate_sdk_ext' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291435/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "externalsrc.ExternalSrc.test_externalsrc_srctree_hash_files": {
                "duration": 33.62566423416138,
                "status": "PASSED"
            },
            "fetch.Dependencies.test_dependencies": {
                "duration": 1.3487882614135742,
                "status": "PASSED"
            },
            "fetch.Fetch.test_git_mirrors": {
                "duration": 13.927648067474365,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fetch.py\", line 34, in test_git_mirrors\n    bitbake(\"dbus-wait -c fetch -f\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  dbus-wait -c fetch -f' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb, do_fetch\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "fitimage.FitImageTests.test_fit_image": {
                "duration": 19.362056255340576,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 48, in test_fit_image\n    bitbake(image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  virtual/kernel' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "fitimage.FitImageTests.test_initramfs_bundle": {
                "duration": 19.015339612960815,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 756, in test_initramfs_bundle\n    bitbake(\"virtual/kernel\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  virtual/kernel' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 69 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"arm-poky-linux-gnueabi\"\nMACHINE              = \"beaglebone-yocto\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"arm vfp cortexa8 neon callconvention-hard\"\nTARGET_FPU           = \"hard\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "fitimage.FitImageTests.test_sign_cascaded_uboot_fit_image": {
                "duration": 17.27876091003418,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 612, in test_sign_cascaded_uboot_fit_image\n    bitbake(\"virtual/bootloader\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  virtual/bootloader' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 69 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"arm-poky-linux-gnueabi\"\nMACHINE              = \"qemuarm\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"arm vfp cortexa15 neon thumb callconvention-hard\"\nTARGET_FPU           = \"hard\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "fitimage.FitImageTests.test_sign_fit_image": {
                "duration": 17.541289567947388,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 128, in test_sign_fit_image\n    bitbake(image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  virtual/kernel' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 69 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"arm-poky-linux-gnueabi\"\nMACHINE              = \"beaglebone-yocto\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"arm vfp cortexa8 neon callconvention-hard\"\nTARGET_FPU           = \"hard\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "fitimage.FitImageTests.test_sign_standalone_uboot_fit_image": {
                "duration": 18.492445945739746,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 457, in test_sign_standalone_uboot_fit_image\n    bitbake(\"virtual/bootloader\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  virtual/bootloader' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 69 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"arm-poky-linux-gnueabi\"\nMACHINE              = \"qemuarm\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"arm vfp cortexa15 neon thumb callconvention-hard\"\nTARGET_FPU           = \"hard\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "fitimage.FitImageTests.test_uboot_fit_image": {
                "duration": 16.99093246459961,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 281, in test_uboot_fit_image\n    bitbake(\"virtual/bootloader\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  virtual/bootloader' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 69 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"arm-poky-linux-gnueabi\"\nMACHINE              = \"qemuarm\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"arm vfp cortexa15 neon thumb callconvention-hard\"\nTARGET_FPU           = \"hard\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "fitimage.FitImageTests.test_uboot_sign_fit_image": {
                "duration": 17.97908592224121,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 366, in test_uboot_sign_fit_image\n    bitbake(\"virtual/bootloader\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  virtual/bootloader' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 69 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"arm-poky-linux-gnueabi\"\nMACHINE              = \"qemuarm\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"arm vfp cortexa15 neon thumb callconvention-hard\"\nTARGET_FPU           = \"hard\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "gdbserver.GdbServerTest.test_gdb_server": {
                "status": "UNKNOWN"
            },
            "gitarchivetests.GitArchiveTests.test_create_first_test_tag": {
                "duration": 0.42644476890563965,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_create_second_test_tag": {
                "duration": 0.47649550437927246,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_get_revs_on_branch": {
                "duration": 0.29732227325439453,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_get_tags_with_only_local_tag": {
                "duration": 0.2913944721221924,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_get_tags_without_valid_remote": {
                "duration": 0.4910597801208496,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_get_tags_without_valid_remote_and_wrong_url": {
                "duration": 0.23631739616394043,
                "status": "PASSED"
            },
            "gotoolchain.oeGoToolchainSelfTest.test_go_dep_build": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/gotoolchain.py\", line 40, in setUpClass\n    bitbake(\"meta-go-toolchain\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  meta-go-toolchain' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "image_typedep.ImageTypeDepTests.test_conversion_typedep_added": {
                "duration": 5.798813819885254,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/image_typedep.py\", line 46, in test_conversion_typedep_added\n    bitbake('-g emptytest')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -g emptytest' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 125, in runAsyncCommand\n    commandmethod(self.cmds_async, self, options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 637, in generateDotGraph\n    command.cooker.generateDotGraphFiles(pkgs_to_build, task)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 897, in generateDotGraphFiles\n    depgraph = self.generateTaskDepTreeData(pkgs_to_build, task)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 706, in generateTaskDepTreeData\n    rq.rqdata.prepare()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/runqueue.py\", line 1290, in prepare\n    unihashes = bb.parse.siggen.get_unihashes(ready)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/siggen.py\", line 732, in get_unihashes\n    unihashes = client.get_unihash_batch(queries[k] for k in keys)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 201, in wrapper\n    return self.loop.run_until_complete(downcall(*args, **kwargs))\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/asyncio/base_events.py\", line 653, in run_until_complete\n    return future.result()\n           ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 173, in get_unihash_batch\n    result = await self.send_stream_batch(\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 122, in send_stream_batch\n    return await self._send_wrapper(proc)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 138, in _send_wrapper\n    await self.connect()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 124, in connect\n    await self.setup_connection()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in setup_connection\n    await self.auth(self.username, self.password)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in auth\n    result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in invoke\n    return await super().invoke(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in invoke\n    self.check_invoke_error(result)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in check_invoke_error\n    raise InvokeError(msg[\"invoke-error\"][\"message\"])\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_all_users_can_connect_via_ssh_without_password": {
                "duration": 14.06375765800476,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 63, in test_all_users_can_connect_via_ssh_without_password\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 55 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_bmap": {
                "duration": 13.515007019042969,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 106, in test_bmap\n    bitbake(image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_empty_image": {
                "duration": 13.14342212677002,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 308, in test_empty_image\n    bitbake(image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  test-empty-image' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_hypervisor_fmts": {
                "duration": 13.527284145355225,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 142, in test_hypervisor_fmts\n    bitbake(image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_image_fstypes": {
                "duration": 21.426300525665283,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 219, in test_image_fstypes\n    bitbake(image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_image_gen_debugfs": {
                "duration": 14.086301803588867,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 290, in test_image_gen_debugfs\n    bitbake(image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_long_chain_conversion": {
                "duration": 14.049550294876099,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 179, in test_long_chain_conversion\n    bitbake(image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_mandb": {
                "duration": 13.846085548400879,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 325, in test_mandb\n    bitbake(\"core-image-minimal\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_no_busybox_base_utils": {
                "duration": 13.259624004364014,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 271, in test_no_busybox_base_utils\n    bitbake(\"--graphviz core-image-weston\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  --graphviz core-image-weston' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 47 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 125, in runAsyncCommand\n    commandmethod(self.cmds_async, self, options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 637, in generateDotGraph\n    command.cooker.generateDotGraphFiles(pkgs_to_build, task)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 897, in generateDotGraphFiles\n    depgraph = self.generateTaskDepTreeData(pkgs_to_build, task)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 706, in generateTaskDepTreeData\n    rq.rqdata.prepare()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/runqueue.py\", line 1290, in prepare\n    unihashes = bb.parse.siggen.get_unihashes(ready)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/siggen.py\", line 732, in get_unihashes\n    unihashes = client.get_unihash_batch(queries[k] for k in keys)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 201, in wrapper\n    return self.loop.run_until_complete(downcall(*args, **kwargs))\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.11/asyncio/base_events.py\", line 653, in run_until_complete\n    return future.result()\n           ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 173, in get_unihash_batch\n    result = await self.send_stream_batch(\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 122, in send_stream_batch\n    return await self._send_wrapper(proc)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 138, in _send_wrapper\n    await self.connect()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 124, in connect\n    await self.setup_connection()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in setup_connection\n    await self.auth(self.username, self.password)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in auth\n    result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in invoke\n    return await super().invoke(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in invoke\n    self.check_invoke_error(result)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in check_invoke_error\n    raise InvokeError(msg[\"invoke-error\"][\"message\"])\nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_non_root_user_can_connect_via_ssh_without_password": {
                "duration": 14.599350452423096,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 37, in test_non_root_user_can_connect_via_ssh_without_password\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 55 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_useradd_static": {
                "duration": 13.466902017593384,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 245, in test_useradd_static\n    bitbake(\"core-image-base\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-base' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 61 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_wayland_support_in_image": {
                "duration": 5.627364635467529,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 91, in test_wayland_support_in_image\n    bitbake('core-image-weston')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-weston' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_and_license": {
                "duration": 16.293006420135498,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 122, in test_bash_and_license\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291381/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_default": {
                "duration": 16.193942070007324,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 113, in test_bash_default\n    raise AssertionError(result.output)\nAssertionError: Loading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291381/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_license_exceptions": {
                "duration": 17.151365518569946,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 133, in test_bash_license_exceptions\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291381/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_or_license": {
                "duration": 13.338364839553833,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 128, in test_bash_or_license\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291381/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license": {
                "duration": 1.6035819053649902,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias": {
                "duration": 1.586792230606079,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias_wildcard": {
                "duration": 1.6020689010620117,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_wildcard": {
                "duration": 1.6005125045776367,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_all_licenses_wildcard": {
                "duration": 1.607187032699585,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_license_alias_wildcard": {
                "duration": 1.6087226867675781,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_licenses_wildcard": {
                "duration": 1.6256284713745117,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTests.test_incompatible_nonspdx_license": {
                "duration": 11.457973957061768,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license": {
                "duration": 11.590081214904785,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_alias": {
                "duration": 2.040194034576416,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_wildcard": {
                "duration": 12.65663456916809,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_licenses": {
                "duration": 12.22699236869812,
                "status": "PASSED"
            },
            "incompatible_lic.NoGPL3InImagesTests.test_core_image_full_cmdline_weston": {
                "duration": 25.031428813934326,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 150, in test_core_image_full_cmdline_weston\n    bitbake('core-image-full-cmdline core-image-weston')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-full-cmdline core-image-weston' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291414/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 23 skipped, 0 masked, 0 errors.\n\nSummary: There was 1 WARNING message.\n",
                "status": "FAILED"
            },
            "incompatible_lic.NoGPL3InImagesTests.test_core_image_minimal": {
                "duration": 16.744749784469604,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 140, in test_core_image_minimal\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291414/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 23 skipped, 0 masked, 0 errors.\n\nSummary: There was 1 WARNING message.\n",
                "status": "FAILED"
            },
            "intercept.GitCheck.test_git_intercept": {
                "duration": 16.136333227157593,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/intercept.py\", line 20, in test_git_intercept\n    bitbake(\"git-submodule-test -c test_git_as_user\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  git-submodule-test -c test_git_as_user' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291425/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "kerneldevelopment.KernelDev.test_apply_patches": {
                "duration": 15.558387994766235,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/kerneldevelopment.py\", line 45, in test_apply_patches\n    runCmd('bitbake virtual/kernel -c patch')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 virtual/kernel -c patch' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (0 cached, 991 parsed). 1964 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nmeta-kerneltest      = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291435/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "layerappend.LayerAppendTests.test_layer_appends": {
                "duration": 22.453266859054565,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/layerappend.py\", line 88, in test_layer_appends\n    bitbake(\"layerappendtest\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  layerappendtest' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1964 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nmeta-layertest0      \nmeta-layertest1      \nmeta-layertest2      = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291451/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,290 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n",
                "status": "FAILED"
            },
            "liboe.LibOE.test_copy_hardlink_tree_count": {
                "duration": 0.009111404418945312,
                "status": "PASSED"
            },
            "liboe.LibOE.test_copy_tree_special": {
                "duration": 0.0065386295318603516,
                "status": "PASSED"
            },
            "liboe.LibOE.test_copy_tree_xattr": {
                "duration": 3.4226999282836914,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/liboe.py\", line 60, in test_copy_tree_xattr\n    bitbake(\"attr-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  attr-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,443 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 4bb05e5570a302c488ef42ecb2eaf3cbb93787eb028d8dec336e51d3d252c499 to 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from eda11de4a0f95861a5aa2d19b8d7798350482118c9a2f1841b49d02ee6f18e4c to 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 81c1ff98c80e6df507fe885b077cd746f46cf934f8ffc21f62cbc11a034980b0 to 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 1b9505911b1761ee97fae6101644af4895cd6d9857df28dbe39e99d6eeaf4983 to 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95 to b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a to aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41 to 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6 to ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1 to 954eb1075a6d3b062bcef0f3a524f0b8554dde85503ac227c7eac834aad86048. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537 to 24552ee7439e49fe4588c0e9c374e06a354d8e128813eb093cea515217fc7cc5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a to fd32e80420b39f3b07e4c2b55abcd414155c7d8e1c8fce54fb307cba534201f7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc to 01ee58c559d08f64ef35f929e940ecadaad367b011d6c5d7daf3174dd7783099. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "lic_checksum.LicenseTests.test_checksum_with_space": {
                "duration": 12.510935068130493,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/lic_checksum.py\", line 30, in test_checksum_with_space\n    result = bitbake(bitbake_cmd)\n             ^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c populate_lic emptytest' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "lic_checksum.LicenseTests.test_nonmatching_checksum": {
                "duration": 3.496480703353882,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/lic_checksum.py\", line 51, in test_nonmatching_checksum\n    result = bitbake(bitbake_cmd)\n             ^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c populate_lic emptytest' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "locales.LocalesTest.test_locales_off": {
                "duration": 17.165948152542114,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/locales.py\", line 54, in test_locales_off\n    self.run_locales_test(False)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/locales.py\", line 26, in run_locales_test\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "locales.LocalesTest.test_locales_on": {
                "duration": 16.32094144821167,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/locales.py\", line 51, in test_locales_on\n    self.run_locales_test(True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/locales.py\", line 26, in run_locales_test\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "manifest.VerifyManifest.test_SDK_manifest_entries": {
                "status": "UNKNOWN"
            },
            "manifest.VerifyManifest.test_image_manifest_entries": {
                "status": "UNKNOWN"
            },
            "minidebuginfo.Minidebuginfo.test_minidebuginfo": {
                "duration": 29.45533275604248,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/minidebuginfo.py\", line 27, in test_minidebuginfo\n    bitbake(\"{} {}:do_addto_recipe_sysroot\".format(image, binutils))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal binutils-cross-x86_64:do_addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "multiconfig.MultiConfig.test_multiconfig": {
                "duration": 28.317850351333618,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/multiconfig.py\", line 43, in test_multiconfig\n    bitbake('core-image-full-cmdline')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-full-cmdline' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...WARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-tiny: assuming that \"qemux86\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86.rootfs\"\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-musl: assuming that \"qemux86-64\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86-64.rootfs\"\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-tiny: assuming that \"qemux86\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86.rootfs\"\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-musl: assuming that \"qemux86-64\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86-64.rootfs\"\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-tiny: assuming that \"qemux86\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86.rootfs\"\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-musl: assuming that \"qemux86-64\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86-64.rootfs\"\ndone.\nParsing of 2970 .bb files complete (0 cached, 2970 parsed). 5890 targets, 413 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration (mc:default):\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\n\nBuild Configuration (mc:tiny):\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"i686-poky-linux-musl\"\nMACHINE              = \"qemux86\"\nDISTRO               = \"poky-tiny\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m32 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\n\nBuild Configuration (mc:musl):\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux-musl\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 6 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "multiconfig.MultiConfig.test_multiconfig_inlayer": {
                "duration": 19.407336950302124,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/multiconfig.py\", line 87, in test_multiconfig_inlayer\n    bitbake('mc:muslmc:bash -n')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  mc:muslmc:bash -n' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...WARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-musl: assuming that \"qemux86-64\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86-64.rootfs\"\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-musl: assuming that \"qemux86-64\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86-64.rootfs\"\ndone.\nParsing of 1980 .bb files complete (0 cached, 1980 parsed). 3927 targets, 109 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration (mc:default):\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\n\nBuild Configuration (mc:muslmc):\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux-musl\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "multiconfig.MultiConfig.test_multiconfig_reparse": {
                "duration": 19.400696754455566,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/multiconfig.py\", line 65, in test_multiconfig_reparse\n    result = bitbake('mc:test:multiconfig-test-parse -c showvar')\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  mc:test:multiconfig-test-parse -c showvar' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 1980 .bb files complete (0 cached, 1980 parsed). 3926 targets, 104 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration (mc:default):\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\n\nBuild Configuration (mc:test):\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "newlib.NewlibTest.test_newlib": {
                "duration": 14.336211919784546,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/newlib.py\", line 13, in test_newlib\n    bitbake(\"newlib libgloss\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  newlib libgloss' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 83 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-elf\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "oelib.buildhistory.TestBlobParsing.test_blob_to_dict": {
                "duration": 1.4781296253204346,
                "status": "PASSED"
            },
            "oelib.buildhistory.TestBlobParsing.test_compare_dict_blobs": {
                "duration": 1.1114921569824219,
                "status": "PASSED"
            },
            "oelib.buildhistory.TestBlobParsing.test_compare_dict_blobs_default": {
                "duration": 1.0220983028411865,
                "status": "PASSED"
            },
            "oelib.buildhistory.TestFileListCompare.test_compare_file_lists": {
                "duration": 0.10849595069885254,
                "status": "PASSED"
            },
            "oelib.elf.TestElf.test_machine_name": {
                "duration": 0.0006082057952880859,
                "status": "PASSED"
            },
            "oelib.license.TestComplexCombinations.test_tests": {
                "duration": 0.0011065006256103516,
                "status": "PASSED"
            },
            "oelib.license.TestIsIncluded.test_tests": {
                "duration": 0.0011489391326904297,
                "status": "PASSED"
            },
            "oelib.license.TestSimpleCombinations.test_tests": {
                "duration": 0.0007832050323486328,
                "status": "PASSED"
            },
            "oelib.license.TestSingleLicense.test_invalid_licenses": {
                "duration": 0.0014801025390625,
                "status": "PASSED"
            },
            "oelib.license.TestSingleLicense.test_single_licenses": {
                "duration": 0.0013437271118164062,
                "status": "PASSED"
            },
            "oelib.path.TestRealPath.test_loop": {
                "duration": 0.004575490951538086,
                "status": "PASSED"
            },
            "oelib.path.TestRealPath.test_norm": {
                "duration": 0.0036191940307617188,
                "status": "PASSED"
            },
            "oelib.path.TestRealPath.test_phys": {
                "duration": 0.0019180774688720703,
                "status": "PASSED"
            },
            "oelib.types.TestBooleanType.test_bool_equality": {
                "duration": 0.0006122589111328125,
                "status": "PASSED"
            },
            "oelib.types.TestBooleanType.test_false": {
                "duration": 0.0006339550018310547,
                "status": "PASSED"
            },
            "oelib.types.TestBooleanType.test_invalid": {
                "duration": 0.0006515979766845703,
                "status": "PASSED"
            },
            "oelib.types.TestBooleanType.test_true": {
                "duration": 0.0006721019744873047,
                "status": "PASSED"
            },
            "oelib.types.TestList.test_list_nosep": {
                "duration": 0.0010919570922851562,
                "status": "PASSED"
            },
            "oelib.types.TestList.test_list_usersep": {
                "duration": 0.0011889934539794922,
                "status": "PASSED"
            },
            "oelib.utils.TestMultiprocessLaunch.test_multiprocesslaunch": {
                "duration": 0.03288149833679199,
                "status": "PASSED"
            },
            "oelib.utils.TestPackagesFilterOutSystem.test_filter": {
                "status": "UNKNOWN"
            },
            "oelib.utils.TestTrimVersion.test_num_exception": {
                "duration": 0.0011098384857177734,
                "status": "PASSED"
            },
            "oelib.utils.TestTrimVersion.test_valid": {
                "duration": 0.0012738704681396484,
                "status": "PASSED"
            },
            "oelib.utils.TestTrimVersion.test_version_exception": {
                "duration": 0.0015282630920410156,
                "status": "PASSED"
            },
            "oescripts.BuildhistoryDiffTests.test_buildhistory_diff": {
                "duration": 14.922820091247559,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 20, in test_buildhistory_diff\n    self.run_buildhistory_operation(target, target_config=\"PR = \\\"r1\\\"\", change_bh_location=True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildhistory.py\", line 39, in run_buildhistory_operation\n    bitbake(\"-cclean %s\" % target)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -cclean xcursor-transparent-theme' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "oescripts.OEGitproxyTests.test_oegitproxy_help": {
                "duration": 0.012944459915161133,
                "status": "PASSED"
            },
            "oescripts.OEGitproxyTests.test_oegitproxy_proxy": {
                "duration": 0.08648872375488281,
                "status": "PASSED"
            },
            "oescripts.OEGitproxyTests.test_oegitproxy_proxy_dash": {
                "duration": 0.0635523796081543,
                "status": "PASSED"
            },
            "oescripts.OEListPackageconfigTests.test_packageconfig_flags_default": {
                "duration": 121.0564558506012,
                "status": "PASSED"
            },
            "oescripts.OEListPackageconfigTests.test_packageconfig_flags_help": {
                "duration": 0.17093229293823242,
                "status": "PASSED"
            },
            "oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_all": {
                "duration": 132.6333577632904,
                "status": "PASSED"
            },
            "oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_flags": {
                "duration": 135.84334421157837,
                "status": "PASSED"
            },
            "oescripts.OEListPackageconfigTests.test_packageconfig_flags_options_preferred_only": {
                "duration": 140.6800835132599,
                "status": "PASSED"
            },
            "oescripts.OEPybootchartguyTests.test_pybootchartguy_help": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 45, in setUpClass\n    bitbake(\"core-image-minimal -c rootfs -f\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal -c rootfs -f' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/recipes-core/images/core-image-minimal.bb, do_rootfs\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291381/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "oescripts.OEPybootchartguyTests.test_pybootchartguy_to_generate_build_pdf_output": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 45, in setUpClass\n    bitbake(\"core-image-minimal -c rootfs -f\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal -c rootfs -f' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/recipes-core/images/core-image-minimal.bb, do_rootfs\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291381/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "oescripts.OEPybootchartguyTests.test_pybootchartguy_to_generate_build_png_output": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 45, in setUpClass\n    bitbake(\"core-image-minimal -c rootfs -f\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal -c rootfs -f' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/recipes-core/images/core-image-minimal.bb, do_rootfs\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291381/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "oescripts.OEPybootchartguyTests.test_pybootchartguy_to_generate_build_svg_output": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 45, in setUpClass\n    bitbake(\"core-image-minimal -c rootfs -f\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal -c rootfs -f' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/recipes-core/images/core-image-minimal.bb, do_rootfs\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291381/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "oescripts.OeRunNativeTest.test_oe_run_native": {
                "duration": 13.149915933609009,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 128, in test_oe_run_native\n    bitbake(\"qemu-helper-native -c addto_recipe_sysroot\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  qemu-helper-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_all_required_variables_set": {
                "duration": 15.01738691329956,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 297, in test_all_required_variables_set\n    self.assertTrue(line, msg=res.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 715, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : NOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_conflict": {
                "duration": 4.530969619750977,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_is_missing": {
                "duration": 14.331173658370972,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 361, in test_image_feature_is_missing\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_lower_layer_access": {
                "duration": 14.070990324020386,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 455, in test_lower_layer_access\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_original": {
                "duration": 14.289682626724243,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 375, in test_sbin_init_original\n    self.run_sbin_init(True, \"ext4\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 399, in run_sbin_init\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_preinit": {
                "duration": 14.22659158706665,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 371, in test_sbin_init_preinit\n    self.run_sbin_init(False, \"ext4\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 399, in run_sbin_init\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_read_only": {
                "duration": 14.378947019577026,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 379, in test_sbin_init_read_only\n    self.run_sbin_init(True, \"squashfs\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 399, in run_sbin_init\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "overlayfs.OverlayFSTests.test_correct_image_fstab": {
                "duration": 15.317691087722778,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 227, in test_correct_image_fstab\n    self._test_correct_image('base-files', base_files_append)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 182, in _test_correct_image\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291414/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 23 skipped, 0 masked, 0 errors.\n\nSummary: There was 1 WARNING message.\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "overlayfs.OverlayFSTests.test_correct_image_unit": {
                "duration": 5.222846508026123,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 263, in test_correct_image_unit\n    self._test_correct_image('systemd-machine-units', systemd_machine_unit_append)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 182, in _test_correct_image\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (987 cached, 3 parsed). 1963 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291414/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 23 skipped, 0 masked, 0 errors.\n\nSummary: There was 1 WARNING message.\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "overlayfs.OverlayFSTests.test_distro_features_missing": {
                "duration": 12.93492579460144,
                "status": "PASSED"
            },
            "overlayfs.OverlayFSTests.test_mount_unit_not_set": {
                "duration": 7.160288572311401,
                "status": "PASSED"
            },
            "overlayfs.OverlayFSTests.test_not_all_units_installed": {
                "duration": 17.78004002571106,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 69, in test_not_all_units_installed\n    self.assertTrue(line and line.startswith(\"WARNING:\"), msg=res.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 715, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : NOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 46 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291414/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 23 skipped, 0 masked, 0 errors.\n\nSummary: There was 1 WARNING message.\n",
                "status": "FAILED"
            },
            "overlayfs.OverlayFSTests.test_not_all_units_installed_but_qa_skipped": {
                "duration": 16.02768635749817,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 89, in test_not_all_units_installed_but_qa_skipped\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 46 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291414/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 23 skipped, 0 masked, 0 errors.\n\nSummary: There was 1 WARNING message.\n",
                "status": "FAILED"
            },
            "overlayfs.OverlayFSTests.test_wrong_mount_unit_set": {
                "duration": 6.0485475063323975,
                "status": "PASSED"
            },
            "package.PackageTests.test_gdb_hardlink_debug": {
                "duration": 17.529072284698486,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/package.py\", line 157, in test_gdb_hardlink_debug\n    bitbake(\"core-image-minimal\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291425/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "package.PackageTests.test_package_name_conflict": {
                "duration": 3.8143465518951416,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/package.py\", line 97, in test_package_name_conflict\n    self.assertTrue(err in res.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 715, in assertTrue\n    raise self.failureException(msg)\nAssertionError: False is not true\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291425/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "package.PackageTests.test_preserve_ownership": {
                "duration": 17.281582593917847,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/package.py\", line 191, in test_preserve_ownership\n    bitbake(\"core-image-minimal\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291425/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "package.PackageTests.test_preserve_sparse_hardlinks": {
                "duration": 3.97817325592041,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/package.py\", line 102, in test_preserve_sparse_hardlinks\n    bitbake(\"selftest-hardlink -c package\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  selftest-hardlink -c package' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291425/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "package.VersionOrdering.test_dpkg": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/package.py\", line 29, in setUpClass\n    bitbake(\"dpkg-native opkg-native rpm-native python3-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  dpkg-native opkg-native rpm-native python3-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291435/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "package.VersionOrdering.test_opkg": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/package.py\", line 29, in setUpClass\n    bitbake(\"dpkg-native opkg-native rpm-native python3-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  dpkg-native opkg-native rpm-native python3-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291435/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "package.VersionOrdering.test_rpm": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/package.py\", line 29, in setUpClass\n    bitbake(\"dpkg-native opkg-native rpm-native python3-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  dpkg-native opkg-native rpm-native python3-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291435/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_find_path": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291451/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,290 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-10-11 21:59:45,379 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_glob": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291451/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,290 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-10-11 21:59:45,379 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_list_pkg_files": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291451/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,290 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-10-11 21:59:45,379 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_list_pkgs": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291451/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,290 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-10-11 21:59:45,379 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_lookup_pkg": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291451/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,290 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-10-11 21:59:45,379 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_lookup_recipe": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291451/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,290 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-10-11 21:59:45,379 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_no_param": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291451/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,290 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-10-11 21:59:45,379 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_read_value": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291451/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,290 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-10-11 21:59:45,379 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_specify_pkgdatadir": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291451/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,290 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-10-11 21:59:45,379 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "prservice.BitbakePrTests.test_import_export_override_db": {
                "duration": 18.715742349624634,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 115, in test_import_export_override_db\n    self.run_test_pr_export_import('m4', replace_current_db=False)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 89, in run_test_pr_export_import\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 873, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 866, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/cache/prserv.sqlite3, Address: 127.0.0.1:39807, PID: 301875\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,443 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 4bb05e5570a302c488ef42ecb2eaf3cbb93787eb028d8dec336e51d3d252c499 to 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from eda11de4a0f95861a5aa2d19b8d7798350482118c9a2f1841b49d02ee6f18e4c to 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 81c1ff98c80e6df507fe885b077cd746f46cf934f8ffc21f62cbc11a034980b0 to 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 1b9505911b1761ee97fae6101644af4895cd6d9857df28dbe39e99d6eeaf4983 to 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95 to b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a to aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41 to 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6 to ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1 to 954eb1075a6d3b062bcef0f3a524f0b8554dde85503ac227c7eac834aad86048. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537 to 24552ee7439e49fe4588c0e9c374e06a354d8e128813eb093cea515217fc7cc5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a to fd32e80420b39f3b07e4c2b55abcd414155c7d8e1c8fce54fb307cba534201f7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc to 01ee58c559d08f64ef35f929e940ecadaad367b011d6c5d7daf3174dd7783099. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_import_export_replace_db": {
                "duration": 5.817604064941406,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 112, in test_import_export_replace_db\n    self.run_test_pr_export_import('m4')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 89, in run_test_pr_export_import\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 873, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 866, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/cache/prserv.sqlite3, Address: 127.0.0.1:41553, PID: 306466\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,443 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 4bb05e5570a302c488ef42ecb2eaf3cbb93787eb028d8dec336e51d3d252c499 to 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from eda11de4a0f95861a5aa2d19b8d7798350482118c9a2f1841b49d02ee6f18e4c to 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 81c1ff98c80e6df507fe885b077cd746f46cf934f8ffc21f62cbc11a034980b0 to 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 1b9505911b1761ee97fae6101644af4895cd6d9857df28dbe39e99d6eeaf4983 to 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95 to b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a to aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41 to 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6 to ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1 to 954eb1075a6d3b062bcef0f3a524f0b8554dde85503ac227c7eac834aad86048. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537 to 24552ee7439e49fe4588c0e9c374e06a354d8e128813eb093cea515217fc7cc5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a to fd32e80420b39f3b07e4c2b55abcd414155c7d8e1c8fce54fb307cba534201f7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc to 01ee58c559d08f64ef35f929e940ecadaad367b011d6c5d7daf3174dd7783099. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_pr_service_deb_arch_dep": {
                "duration": 18.045217514038086,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 121, in test_pr_service_deb_arch_dep\n    self.run_test_pr_service('m4', 'deb', 'do_package')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 873, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 866, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/cache/prserv.sqlite3, Address: 127.0.0.1:33951, PID: 308087\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 54 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,443 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 4bb05e5570a302c488ef42ecb2eaf3cbb93787eb028d8dec336e51d3d252c499 to 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from eda11de4a0f95861a5aa2d19b8d7798350482118c9a2f1841b49d02ee6f18e4c to 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 81c1ff98c80e6df507fe885b077cd746f46cf934f8ffc21f62cbc11a034980b0 to 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 1b9505911b1761ee97fae6101644af4895cd6d9857df28dbe39e99d6eeaf4983 to 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95 to b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a to aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41 to 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6 to ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1 to 954eb1075a6d3b062bcef0f3a524f0b8554dde85503ac227c7eac834aad86048. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537 to 24552ee7439e49fe4588c0e9c374e06a354d8e128813eb093cea515217fc7cc5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a to fd32e80420b39f3b07e4c2b55abcd414155c7d8e1c8fce54fb307cba534201f7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc to 01ee58c559d08f64ef35f929e940ecadaad367b011d6c5d7daf3174dd7783099. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_pr_service_deb_arch_indep": {
                "duration": 4.84194278717041,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 130, in test_pr_service_deb_arch_indep\n    self.run_test_pr_service('xcursor-transparent-theme', 'deb', 'do_package')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 873, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 866, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/cache/prserv.sqlite3, Address: 127.0.0.1:33617, PID: 312429\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (988 cached, 2 parsed). 1963 targets, 54 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,443 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 4bb05e5570a302c488ef42ecb2eaf3cbb93787eb028d8dec336e51d3d252c499 to 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from eda11de4a0f95861a5aa2d19b8d7798350482118c9a2f1841b49d02ee6f18e4c to 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 81c1ff98c80e6df507fe885b077cd746f46cf934f8ffc21f62cbc11a034980b0 to 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 1b9505911b1761ee97fae6101644af4895cd6d9857df28dbe39e99d6eeaf4983 to 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95 to b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a to aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41 to 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6 to ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1 to 954eb1075a6d3b062bcef0f3a524f0b8554dde85503ac227c7eac834aad86048. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537 to 24552ee7439e49fe4588c0e9c374e06a354d8e128813eb093cea515217fc7cc5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a to fd32e80420b39f3b07e4c2b55abcd414155c7d8e1c8fce54fb307cba534201f7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc to 01ee58c559d08f64ef35f929e940ecadaad367b011d6c5d7daf3174dd7783099. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_pr_service_ipk_arch_dep": {
                "duration": 15.704667806625366,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 124, in test_pr_service_ipk_arch_dep\n    self.run_test_pr_service('m4', 'ipk', 'do_package')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 873, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 866, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/cache/prserv.sqlite3, Address: 127.0.0.1:45569, PID: 313933\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 54 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,443 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 4bb05e5570a302c488ef42ecb2eaf3cbb93787eb028d8dec336e51d3d252c499 to 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from eda11de4a0f95861a5aa2d19b8d7798350482118c9a2f1841b49d02ee6f18e4c to 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 81c1ff98c80e6df507fe885b077cd746f46cf934f8ffc21f62cbc11a034980b0 to 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 1b9505911b1761ee97fae6101644af4895cd6d9857df28dbe39e99d6eeaf4983 to 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95 to b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a to aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41 to 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6 to ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1 to 954eb1075a6d3b062bcef0f3a524f0b8554dde85503ac227c7eac834aad86048. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537 to 24552ee7439e49fe4588c0e9c374e06a354d8e128813eb093cea515217fc7cc5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a to fd32e80420b39f3b07e4c2b55abcd414155c7d8e1c8fce54fb307cba534201f7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc to 01ee58c559d08f64ef35f929e940ecadaad367b011d6c5d7daf3174dd7783099. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_pr_service_ipk_arch_indep": {
                "duration": 4.180581092834473,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 133, in test_pr_service_ipk_arch_indep\n    self.run_test_pr_service('xcursor-transparent-theme', 'ipk', 'do_package')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 873, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 866, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/cache/prserv.sqlite3, Address: 127.0.0.1:33021, PID: 317631\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (988 cached, 2 parsed). 1963 targets, 54 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,443 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 4bb05e5570a302c488ef42ecb2eaf3cbb93787eb028d8dec336e51d3d252c499 to 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from eda11de4a0f95861a5aa2d19b8d7798350482118c9a2f1841b49d02ee6f18e4c to 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 81c1ff98c80e6df507fe885b077cd746f46cf934f8ffc21f62cbc11a034980b0 to 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 1b9505911b1761ee97fae6101644af4895cd6d9857df28dbe39e99d6eeaf4983 to 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95 to b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a to aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41 to 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6 to ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1 to 954eb1075a6d3b062bcef0f3a524f0b8554dde85503ac227c7eac834aad86048. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537 to 24552ee7439e49fe4588c0e9c374e06a354d8e128813eb093cea515217fc7cc5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a to fd32e80420b39f3b07e4c2b55abcd414155c7d8e1c8fce54fb307cba534201f7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc to 01ee58c559d08f64ef35f929e940ecadaad367b011d6c5d7daf3174dd7783099. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_pr_service_rpm_arch_dep": {
                "duration": 4.636329412460327,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 118, in test_pr_service_rpm_arch_dep\n    self.run_test_pr_service('m4', 'rpm', 'do_package')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 873, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 866, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/cache/prserv.sqlite3, Address: 127.0.0.1:42679, PID: 318516\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,443 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 4bb05e5570a302c488ef42ecb2eaf3cbb93787eb028d8dec336e51d3d252c499 to 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from eda11de4a0f95861a5aa2d19b8d7798350482118c9a2f1841b49d02ee6f18e4c to 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 81c1ff98c80e6df507fe885b077cd746f46cf934f8ffc21f62cbc11a034980b0 to 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 1b9505911b1761ee97fae6101644af4895cd6d9857df28dbe39e99d6eeaf4983 to 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95 to b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a to aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41 to 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6 to ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1 to 954eb1075a6d3b062bcef0f3a524f0b8554dde85503ac227c7eac834aad86048. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537 to 24552ee7439e49fe4588c0e9c374e06a354d8e128813eb093cea515217fc7cc5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a to fd32e80420b39f3b07e4c2b55abcd414155c7d8e1c8fce54fb307cba534201f7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc to 01ee58c559d08f64ef35f929e940ecadaad367b011d6c5d7daf3174dd7783099. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_pr_service_rpm_arch_indep": {
                "duration": 4.510446071624756,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 127, in test_pr_service_rpm_arch_indep\n    self.run_test_pr_service('xcursor-transparent-theme', 'rpm', 'do_package')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 873, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.11/unittest/case.py\", line 866, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/cache/prserv.sqlite3, Address: 127.0.0.1:40135, PID: 319506\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (988 cached, 2 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,443 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 4bb05e5570a302c488ef42ecb2eaf3cbb93787eb028d8dec336e51d3d252c499 to 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from eda11de4a0f95861a5aa2d19b8d7798350482118c9a2f1841b49d02ee6f18e4c to 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 81c1ff98c80e6df507fe885b077cd746f46cf934f8ffc21f62cbc11a034980b0 to 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 1b9505911b1761ee97fae6101644af4895cd6d9857df28dbe39e99d6eeaf4983 to 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95 to b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a to aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41 to 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6 to ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1 to 954eb1075a6d3b062bcef0f3a524f0b8554dde85503ac227c7eac834aad86048. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537 to 24552ee7439e49fe4588c0e9c374e06a354d8e128813eb093cea515217fc7cc5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a to fd32e80420b39f3b07e4c2b55abcd414155c7d8e1c8fce54fb307cba534201f7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc to 01ee58c559d08f64ef35f929e940ecadaad367b011d6c5d7daf3174dd7783099. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_stopping_prservice_message": {
                "duration": 0.5280718803405762,
                "status": "PASSED"
            },
            "pseudo.Pseudo.test_pseudo_pyc_creation": {
                "duration": 15.685387134552002,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/pseudo.py\", line 23, in test_pseudo_pyc_creation\n    bitbake('pseudo-pyc-test -c install')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  pseudo-pyc-test -c install' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add_bindir": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add_machine": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_alternatives": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_basic": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_binary": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_extlayer": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_inst_func": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_inst_glob": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_inst_todir_glob": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_invalid": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_orig": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_patch": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_postinstall": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_renamed": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_script": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_subdir": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_todir": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_wildcard": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqa1ux7cdl6 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic_wildcard": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri_diff_params": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_machine": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_replace_file_srcdir": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_srcdir_basic": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic_dirdest": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_update_recipe_basic": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic_subdir": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create": {
                "duration": 193.603453874588,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 364, in test_recipetool_create\n    result = runCmd('recipetool create -o %s %s -x %s' % (recipefile, srcuri, tempsrc))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqax_0bmnlj/logrotate_3.12.3.bb https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz -x /tmp/recipetoolqax_0bmnlj/srctree' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (0 cached, 991 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_autotools": {
                "duration": 5.149416208267212,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 377, in test_recipetool_create_autotools\n    bitbake('libpng pango libx11 libxext jpeg libcheck')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  libpng pango libx11 libxext jpeg libcheck' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1964 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_cmake": {
                "duration": 184.37338614463806,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 422, in test_recipetool_create_cmake\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqahejcx8bt/recipe http://taglib.github.io/releases/taglib-1.11.1.tar.gz' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching http://taglib.github.io/releases/taglib-1.11.1.tar.gz...\nLoading cache...done.\nLoaded 1964 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_git_http": {
                "duration": 184.61356949806213,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 741, in test_recipetool_create_git_http\n    self._test_recipetool_create_git('http://git.yoctoproject.org/git/matchbox-keyboard')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 729, in _test_recipetool_create_git\n    result = runCmd('recipetool create -o %s%s \"%s\"' % (temprecipe, options, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqab8jt8qpd/recipe \"http://git.yoctoproject.org/git/matchbox-keyboard\"' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching git://git.yoctoproject.org/git/matchbox-keyboard;protocol=http;branch=master...\nLoading cache...done.\nLoaded 1965 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcbranch": {
                "duration": 184.4065613746643,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 750, in test_recipetool_create_git_srcbranch\n    self._test_recipetool_create_git('git://git.yoctoproject.org/matchbox-keyboard;protocol=https', 'matchbox-keyboard-0-1')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 729, in _test_recipetool_create_git\n    result = runCmd('recipetool create -o %s%s \"%s\"' % (temprecipe, options, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqag6nele7k/recipe -B matchbox-keyboard-0-1 \"git://git.yoctoproject.org/matchbox-keyboard;protocol=https\"' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;protocol=https;branch=matchbox-keyboard-0-1...\nLoading cache...done.\nLoaded 1965 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_branch": {
                "duration": 184.53288102149963,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 747, in test_recipetool_create_git_srcuri_branch\n    self._test_recipetool_create_git('git://git.yoctoproject.org/matchbox-keyboard;branch=matchbox-keyboard-0-1;protocol=https')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 729, in _test_recipetool_create_git\n    result = runCmd('recipetool create -o %s%s \"%s\"' % (temprecipe, options, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqa0vu0v9wg/recipe \"git://git.yoctoproject.org/matchbox-keyboard;branch=matchbox-keyboard-0-1;protocol=https\"' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;branch=matchbox-keyboard-0-1;protocol=https...\nLoading cache...done.\nLoaded 1965 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_master": {
                "duration": 184.49849390983582,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 744, in test_recipetool_create_git_srcuri_master\n    self._test_recipetool_create_git('git://git.yoctoproject.org/matchbox-keyboard;branch=master;protocol=https')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 729, in _test_recipetool_create_git\n    result = runCmd('recipetool create -o %s%s \"%s\"' % (temprecipe, options, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqak1j4wc7q/recipe \"git://git.yoctoproject.org/matchbox-keyboard;branch=master;protocol=https\"' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;branch=master;protocol=https...\nLoading cache...done.\nLoaded 1965 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_github": {
                "duration": 184.84934759140015,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 469, in test_recipetool_create_github\n    result = runCmd(cmd)\n             ^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 '['recipetool', 'create', '-o', '/tmp/recipetoolqauelzj9jq/recipe', 'https://github.com/mesonbuild/meson;rev=0.52.1']' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching git://github.com/mesonbuild/meson;rev=0.52.1;protocol=https;nobranch=1...\nLoading cache...done.\nLoaded 1965 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_github_tarball": {
                "duration": 184.57326436042786,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 714, in test_recipetool_create_github_tarball\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqatii0q754/recipe https://github.com/mesonbuild/meson/releases/download/0.52.1/meson-0.52.1.tar.gz' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching https://github.com/mesonbuild/meson/releases/download/0.52.1/meson-0.52.1.tar.gz...\nLoading cache...done.\nLoaded 1965 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_go": {
                "duration": 184.97686743736267,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 772, in test_recipetool_create_go\n    result = runCmd('recipetool create -o %s %s -S %s -B %s' % (temprecipe, srcuri, srcrev, srcbranch))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqami0q0b_r/recipe https://github.com/edgexfoundry/edgex-go.git -S v3.0.0 -B main' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching git://github.com/edgexfoundry/edgex-go.git;protocol=https;branch=main...\nLoading cache...done.\nLoaded 1966 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_go_replace_modules": {
                "duration": 184.92329025268555,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 950, in test_recipetool_create_go_replace_modules\n    result = runCmd('recipetool create -o %s %s -S %s -B %s --src-subdir %s' % (temprecipe, srcuri, srcrev, srcbranch, srcsubdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqakbb0topv/recipe https://github.com/OpenAPITools/openapi-generator.git -S v7.2.0 -B master --src-subdir samples/openapi3/client/petstore/go' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching git://github.com/OpenAPITools/openapi-generator.git;protocol=https;branch=master...\nLoading cache...done.\nLoaded 1966 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_npm": {
                "duration": 1.3534538745880127,
                "log": "Test needs meta-oe for nodejs\n",
                "status": "SKIPPED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_flit_core_buildapi": {
                "duration": 184.3798794746399,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 631, in test_recipetool_create_python3_pep517_flit_core_buildapi\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqat7lz25q7/recipe https://files.pythonhosted.org/packages/1f/7a/8b94bb016069caa12fc9f587b28080ac33b4fbb8ca369b98bc0a4828543e/typing_extensions-4.8.0.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/1f/7a/8b94bb016069caa12fc9f587b28080ac33b4fbb8ca369b98bc0a4828543e/typing_extensions-4.8.0.tar.gz...\nLoading cache...done.\nLoaded 1966 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_hatchling": {
                "duration": 184.47619462013245,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 653, in test_recipetool_create_python3_pep517_hatchling\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqaucb80zyl/recipe https://files.pythonhosted.org/packages/e4/43/087b24516db11722c8687e0caf0f66c7785c0b1c51b0ab951dfde924e3f5/jsonschema-4.19.1.tar.gz' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/e4/43/087b24516db11722c8687e0caf0f66c7785c0b1c51b0ab951dfde924e3f5/jsonschema-4.19.1.tar.gz...\nLoading cache...done.\nLoaded 1967 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_maturin": {
                "duration": 184.56581950187683,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 676, in test_recipetool_create_python3_pep517_maturin\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqa1wqf2i7d/recipe https://files.pythonhosted.org/packages/64/26/cffb93fe9c6b5a91c497f37fae14a4b073ecbc47fc36a9979c7aa888b245/pydantic_core-2.14.5.tar.gz' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/64/26/cffb93fe9c6b5a91c497f37fae14a4b073ecbc47fc36a9979c7aa888b245/pydantic_core-2.14.5.tar.gz...\nLoading cache...done.\nLoaded 1968 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_mesonpy": {
                "duration": 184.48334670066833,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 698, in test_recipetool_create_python3_pep517_mesonpy\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqazijibzq0/recipe https://files.pythonhosted.org/packages/c2/32/b934a70592f314afcfa86c7f7e388804a8061be65b822e2aa07e573b6477/siphash24-1.4.tar.gz' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/c2/32/b934a70592f314afcfa86c7f7e388804a8061be65b822e2aa07e573b6477/siphash24-1.4.tar.gz...\nLoading cache...done.\nLoaded 1969 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_poetry_core_masonry_api": {
                "duration": 184.446702003479,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 609, in test_recipetool_create_python3_pep517_poetry_core_masonry_api\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqagf5h20lh/recipe https://files.pythonhosted.org/packages/b9/f3/ef59cee614d5e0accf6fd0cbba025b93b272e626ca89fb70a3e9187c5d15/iso8601-2.1.0.tar.gz' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/b9/f3/ef59cee614d5e0accf6fd0cbba025b93b272e626ca89fb70a3e9187c5d15/iso8601-2.1.0.tar.gz...\nLoading cache...done.\nLoaded 1970 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_setuptools_build_meta": {
                "duration": 184.55028820037842,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 587, in test_recipetool_create_python3_pep517_setuptools_build_meta\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqa41fum787/recipe https://files.pythonhosted.org/packages/a1/fb/f95560c6a5d4469d9c49e24cf1b5d4d21ffab5608251c6020a965fb7791c/webcolors-1.13.tar.gz' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/a1/fb/f95560c6a5d4469d9c49e24cf1b5d4d21ffab5608251c6020a965fb7791c/webcolors-1.13.tar.gz...\nLoading cache...done.\nLoaded 1971 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools": {
                "duration": 184.42632150650024,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 487, in test_recipetool_create_python3_setuptools\n    result = runCmd('recipetool create --no-pypi -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create --no-pypi -o /tmp/recipetoolqaw57teii_/recipe https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz...\nLoading cache...done.\nLoaded 1972 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi": {
                "duration": 184.54156494140625,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 527, in test_recipetool_create_python3_setuptools_pypi\n    runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqawuxnl0eu/recipe https://pypi.org/project/python-magic/0.4.15' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz...\nLoading cache...done.\nLoaded 1973 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi_tarball": {
                "duration": 184.51747107505798,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 505, in test_recipetool_create_python3_setuptools_pypi_tarball\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create -o /tmp/recipetoolqa5nln09dv/recipe https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz...\nLoading cache...done.\nLoaded 1974 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_simple": {
                "duration": 184.48308396339417,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 401, in test_recipetool_create_simple\n    result = runCmd('recipetool create %s -o %s' % (srcuri, temprecipe))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 'recipetool create http://www.dest-unreach.org/socat/download/Archive/socat-1.7.4.1.tar.bz2 -o /tmp/recipetoolqa432f8vbr/recipe' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching http://www.dest-unreach.org/socat/download/Archive/socat-1.7.4.1.tar.bz2...\nLoading cache...done.\nLoaded 1975 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1964 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nrecipetoolqayvxbor6k = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolTests.test_recipetool_handle_license_vars": {
                "duration": 1.383591651916504,
                "status": "PASSED"
            },
            "recipetool.RecipetoolTests.test_recipetool_load_plugin": {
                "duration": 3.2862651348114014,
                "status": "PASSED"
            },
            "recipetool.RecipetoolTests.test_recipetool_split_pkg_licenses": {
                "duration": 0.009137868881225586,
                "status": "PASSED"
            },
            "recipeutils.RecipeUtilsTests.test_patch_recipe_appends": {
                "duration": 0.10538697242736816,
                "status": "PASSED"
            },
            "recipeutils.RecipeUtilsTests.test_patch_recipe_singleappend": {
                "duration": 0.07361340522766113,
                "status": "PASSED"
            },
            "recipeutils.RecipeUtilsTests.test_patch_recipe_varflag": {
                "duration": 0.06670117378234863,
                "status": "PASSED"
            },
            "recipeutils.RecipeUtilsTests.test_split_var_value": {
                "duration": 0.009362459182739258,
                "status": "PASSED"
            },
            "recipeutils.RecipeUtilsTests.test_validate_pn": {
                "duration": 0.009178638458251953,
                "status": "PASSED"
            },
            "reproducible.DiffoscopeTests.test_diffoscope": {
                "log": "Skip by the command line argument \"reproducible\"\n",
                "status": "SKIPPED"
            },
            "reproducible.ReproducibleTests.test_reproducible_builds": {
                "log": "Skip by the command line argument \"reproducible\"\n",
                "status": "SKIPPED"
            },
            "resulttooltests.ResultToolTests.test_can_compare_ltp_tests": {
                "duration": 0.004193305969238281,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_can_match_non_static_ptest_names": {
                "duration": 0.0038747787475585938,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_can_not_compare_non_ltp_tests": {
                "duration": 0.0037810802459716797,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_machine_matches": {
                "duration": 0.0037641525268554688,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_machine_mismatches": {
                "duration": 0.003764629364013672,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_merge_can_merged_results": {
                "duration": 0.0038313865661621094,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_metadata_matching_is_only_checked_for_relevant_test_type": {
                "duration": 0.0037682056427001953,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_regression_can_get_regression_base_target_pair": {
                "duration": 0.0036535263061523438,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_regression_can_get_regression_result": {
                "duration": 0.0036253929138183594,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_report_can_aggregate_test_result": {
                "duration": 0.0038204193115234375,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_results_with_matching_metadata_can_be_compared": {
                "duration": 0.0037839412689208984,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_results_with_mismatching_metadata_can_not_be_compared": {
                "duration": 0.003888845443725586,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_results_without_metadata_can_be_compared": {
                "duration": 0.00377655029296875,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_target_result_with_missing_metadata_can_not_be_compared": {
                "duration": 0.003761768341064453,
                "status": "PASSED"
            },
            "rootfspostcommandstests.ShadowUtilsTidyFiles.test_shadowutils_backup_files": {
                "duration": 11.887372016906738,
                "log": "Testcase skipped as 'tidy_shadowutils_files' rootfs post process command is not the set SORT_PASSWD_POSTPROCESS_COMMAND.\n",
                "status": "SKIPPED"
            },
            "rootfspostcommandstests.ShadowUtilsTidyFiles.test_shadowutils_sorted_files": {
                "duration": 2.2903008460998535,
                "log": "Testcase skipped as 'tidy_shadowutils_files' rootfs post process command is not the set SORT_PASSWD_POSTPROCESS_COMMAND.\n",
                "status": "SKIPPED"
            },
            "rpmtests.BitbakeTests.test_rpm_filenames": {
                "duration": 3.634117603302002,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/rpmtests.py\", line 14, in test_rpm_filenames\n    bitbake(test_recipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  testrpm' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291414/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 23 skipped, 0 masked, 0 errors.\n\nSummary: There was 1 WARNING message.\n",
                "status": "FAILED"
            },
            "runcmd.RunCmdTests.test_list_not_found": {
                "duration": 0.011209964752197266,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_list_okay": {
                "duration": 0.013065099716186523,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_log": {
                "duration": 0.008852005004882812,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_log_split": {
                "duration": 0.008858919143676758,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_no_shell": {
                "duration": 0.008500814437866211,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_output": {
                "duration": 0.008969783782958984,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_output_split": {
                "duration": 0.0049021244049072266,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_result_assertion": {
                "duration": 0.006837606430053711,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_result_exception": {
                "duration": 0.006096601486206055,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_result_false": {
                "duration": 0.005970478057861328,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_result_okay": {
                "duration": 0.005704164505004883,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_shell": {
                "duration": 0.005646228790283203,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_stdin": {
                "duration": 0.005033254623413086,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_stdin_timeout": {
                "duration": 10.005566596984863,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_timeout": {
                "duration": 10.006531000137329,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_timeout_split": {
                "duration": 10.005666732788086,
                "status": "PASSED"
            },
            "runqemu.RunqemuTests.test_boot_deploy": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_deploy_hddimg": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_machine": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_machine_ext4": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_machine_iso": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_machine_slirp": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_machine_slirp_qcow2": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_qemu_boot": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_recipe_image": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_recipe_image_vdi": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_recipe_image_vmdk": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_rootfs": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runtime_test.Postinst.test_failing_postinst": {
                "duration": 18.60228157043457,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 402, in test_failing_postinst\n    self.assertGreaterEqual(bb_result.output.find(\"Postinstall scriptlets of ['postinst-rootfs-failing'] have failed.\"), 0,\n  File \"/usr/lib/python3.11/unittest/case.py\", line 1277, in assertGreaterEqual\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.11/unittest/case.py\", line 703, in fail\n    raise self.failureException(msg)\nAssertionError: -1 not greater than or equal to 0 : Warning about a failed scriptlet not found in bitbake output: NOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291451/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,290 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-10-11 21:59:45,379 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.Postinst.test_postinst_rootfs_and_boot_systemd": {
                "duration": 19.361339807510376,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 373, in test_postinst_rootfs_and_boot_systemd\n    self.init_manager_loop(\"systemd\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 319, in init_manager_loop\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 49 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291451/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,290 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-10-11 21:59:45,379 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.Postinst.test_postinst_rootfs_and_boot_sysvinit": {
                "duration": 20.606667518615723,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 351, in test_postinst_rootfs_and_boot_sysvinit\n    self.init_manager_loop(\"sysvinit\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 319, in init_manager_loop\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291451/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,290 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-10-11 21:59:45,379 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.SystemTap.test_crosstap_helloworld": {
                "duration": 14.128088474273682,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 443, in test_crosstap_helloworld\n    bitbake('systemtap-native')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  systemtap-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 56 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,443 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 4bb05e5570a302c488ef42ecb2eaf3cbb93787eb028d8dec336e51d3d252c499 to 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from eda11de4a0f95861a5aa2d19b8d7798350482118c9a2f1841b49d02ee6f18e4c to 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 81c1ff98c80e6df507fe885b077cd746f46cf934f8ffc21f62cbc11a034980b0 to 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 1b9505911b1761ee97fae6101644af4895cd6d9857df28dbe39e99d6eeaf4983 to 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95 to b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a to aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41 to 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6 to ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1 to 954eb1075a6d3b062bcef0f3a524f0b8554dde85503ac227c7eac834aad86048. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537 to 24552ee7439e49fe4588c0e9c374e06a354d8e128813eb093cea515217fc7cc5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a to fd32e80420b39f3b07e4c2b55abcd414155c7d8e1c8fce54fb307cba534201f7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc to 01ee58c559d08f64ef35f929e940ecadaad367b011d6c5d7daf3174dd7783099. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.SystemTap.test_crosstap_pstree": {
                "duration": 3.907212257385254,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 455, in test_crosstap_pstree\n    bitbake('systemtap-native')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  systemtap-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,443 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 4bb05e5570a302c488ef42ecb2eaf3cbb93787eb028d8dec336e51d3d252c499 to 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from eda11de4a0f95861a5aa2d19b8d7798350482118c9a2f1841b49d02ee6f18e4c to 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 81c1ff98c80e6df507fe885b077cd746f46cf934f8ffc21f62cbc11a034980b0 to 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 1b9505911b1761ee97fae6101644af4895cd6d9857df28dbe39e99d6eeaf4983 to 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95 to b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a to aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41 to 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6 to ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1 to 954eb1075a6d3b062bcef0f3a524f0b8554dde85503ac227c7eac834aad86048. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537 to 24552ee7439e49fe4588c0e9c374e06a354d8e128813eb093cea515217fc7cc5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a to fd32e80420b39f3b07e4c2b55abcd414155c7d8e1c8fce54fb307cba534201f7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc to 01ee58c559d08f64ef35f929e940ecadaad367b011d6c5d7daf3174dd7783099. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.SystemTap.test_crosstap_syscalls_by_pid": {
                "duration": 4.6634252071380615,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 479, in test_crosstap_syscalls_by_pid\n    bitbake('systemtap-native')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  systemtap-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,443 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 4bb05e5570a302c488ef42ecb2eaf3cbb93787eb028d8dec336e51d3d252c499 to 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from eda11de4a0f95861a5aa2d19b8d7798350482118c9a2f1841b49d02ee6f18e4c to 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 81c1ff98c80e6df507fe885b077cd746f46cf934f8ffc21f62cbc11a034980b0 to 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 1b9505911b1761ee97fae6101644af4895cd6d9857df28dbe39e99d6eeaf4983 to 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95 to b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a to aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41 to 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6 to ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1 to 954eb1075a6d3b062bcef0f3a524f0b8554dde85503ac227c7eac834aad86048. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537 to 24552ee7439e49fe4588c0e9c374e06a354d8e128813eb093cea515217fc7cc5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a to fd32e80420b39f3b07e4c2b55abcd414155c7d8e1c8fce54fb307cba534201f7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc to 01ee58c559d08f64ef35f929e940ecadaad367b011d6c5d7daf3174dd7783099. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.SystemTap.test_crosstap_syscalls_by_proc": {
                "duration": 3.9015402793884277,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 467, in test_crosstap_syscalls_by_proc\n    bitbake('systemtap-native')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  systemtap-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,443 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 4bb05e5570a302c488ef42ecb2eaf3cbb93787eb028d8dec336e51d3d252c499 to 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from eda11de4a0f95861a5aa2d19b8d7798350482118c9a2f1841b49d02ee6f18e4c to 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 81c1ff98c80e6df507fe885b077cd746f46cf934f8ffc21f62cbc11a034980b0 to 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 1b9505911b1761ee97fae6101644af4895cd6d9857df28dbe39e99d6eeaf4983 to 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95 to b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a to aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41 to 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6 to ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1 to 954eb1075a6d3b062bcef0f3a524f0b8554dde85503ac227c7eac834aad86048. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537 to 24552ee7439e49fe4588c0e9c374e06a354d8e128813eb093cea515217fc7cc5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a to fd32e80420b39f3b07e4c2b55abcd414155c7d8e1c8fce54fb307cba534201f7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc to 01ee58c559d08f64ef35f929e940ecadaad367b011d6c5d7daf3174dd7783099. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.TestExport.test_testexport_basic": {
                "duration": 13.754194259643555,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 36, in test_testexport_basic\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.TestExport.test_testexport_sdk": {
                "duration": 13.69539499282837,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 79, in test_testexport_sdk\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "runtime_test.TestImage.test_testimage_apt": {
                "duration": 17.224594593048096,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 203, in test_testimage_apt\n    bitbake('gnupg-native -c addto_recipe_sysroot')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.TestImage.test_testimage_dnf": {
                "duration": 4.935265064239502,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 166, in test_testimage_dnf\n    bitbake('gnupg-native -c addto_recipe_sysroot')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.TestImage.test_testimage_install": {
                "duration": 17.87961745262146,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 129, in test_testimage_install\n    bitbake('core-image-full-cmdline socat')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-full-cmdline socat' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.TestImage.test_testimage_slirp": {
                "duration": 14.212099552154541,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 145, in test_testimage_slirp\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 56 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.TestImage.test_testimage_virgl_gtk_sdl": {
                "duration": 19.675045013427734,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 257, in test_testimage_virgl_gtk_sdl\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 56 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.TestImage.test_testimage_virgl_headless": {
                "duration": 18.471400499343872,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 289, in test_testimage_virgl_headless\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 56 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "selftest.ExternalLayer.test_list_imported": {
                "status": "UNKNOWN"
            },
            "signing.LockedSignatures.test_locked_signatures": {
                "duration": 3.5220859050750732,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/signing.py\", line 192, in test_locked_signatures\n    bitbake(test_recipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  ed' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291359/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nINFO: Initializing a new Git repo at /tmp/fake_results.57rz_qw4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.8w38c9b2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.wq1n94nr\nINFO: Initializing a new Git repo at /tmp/fake_results.7tj1ph28\nINFO: Initializing a new Git repo at /tmp/fake_results.napnncle\nINFO: Initializing a new Git repo at /tmp/fake_results.5etmi1sy\n",
                "status": "FAILED"
            },
            "signing.Signing.test_signing_packages": {
                "duration": 3.522179126739502,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/signing.py\", line 74, in test_signing_packages\n    self.setup_gpg()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/signing.py\", line 26, in setup_gpg\n    bitbake('gnupg-native -c addto_recipe_sysroot')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "signing.Signing.test_signing_sstate_archive": {
                "duration": 3.6295106410980225,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/signing.py\", line 142, in test_signing_sstate_archive\n    nsysroot = self.setup_gpg()\n               ^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/signing.py\", line 26, in setup_gpg\n    bitbake('gnupg-native -c addto_recipe_sysroot')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "spdx.SPDXCheck.test_spdx_base_files": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 17, in setUpClass\n    bitbake(\"python3-spdx-tools-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  python3-spdx-tools-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291369/conf/local.conf\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_machine": {
                "duration": 9.764895915985107,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 367, in test_sstate_cache_management_script_using_machine\n    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 301, in run_test_sstate_cache_management_script\n    bitbake(target)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  m4' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_1": {
                "duration": 5.22679591178894,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 338, in test_sstate_cache_management_script_using_pr_1\n    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 301, in run_test_sstate_cache_management_script\n    bitbake(target)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  m4' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_2": {
                "duration": 5.3287365436553955,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 347, in test_sstate_cache_management_script_using_pr_2\n    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 301, in run_test_sstate_cache_management_script\n    bitbake(target)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  m4' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_3": {
                "duration": 5.27427077293396,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 358, in test_sstate_cache_management_script_using_pr_3\n    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 301, in run_test_sstate_cache_management_script\n    bitbake(target)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  m4' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateCleanup.test_cleansstate_task_distro_nonspecific": {
                "status": "UNKNOWN"
            },
            "sstatetests.SStateCleanup.test_cleansstate_task_distro_specific": {
                "status": "UNKNOWN"
            },
            "sstatetests.SStateCleanup.test_cleansstate_task_distro_specific_nonspecific": {
                "status": "UNKNOWN"
            },
            "sstatetests.SStateCreation.test_sstate_creation_distro_nonspecific_fail": {
                "duration": 15.521796703338623,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 264, in test_sstate_creation_distro_nonspecific_fail\n    self.run_test_sstate_creation(['linux-libc-headers'], distro_specific=True, distro_nonspecific=False, temp_sstate_location=True, should_pass=False)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 87, in run_test_sstate_creation\n    bitbake(['-cclean'] + targets)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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', '-cclean', 'linux-libc-headers']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateCreation.test_sstate_creation_distro_nonspecific_pass": {
                "duration": 15.31072449684143,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 261, in test_sstate_creation_distro_nonspecific_pass\n    self.run_test_sstate_creation(['linux-libc-headers'], distro_specific=False, distro_nonspecific=True, temp_sstate_location=True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 87, in run_test_sstate_creation\n    bitbake(['-cclean'] + targets)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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', '-cclean', 'linux-libc-headers']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateCreation.test_sstate_creation_distro_specific_fail": {
                "duration": 15.518113374710083,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 258, in test_sstate_creation_distro_specific_fail\n    self.run_test_sstate_creation(['binutils-cross-'+ self.tune_arch, 'binutils-native'], distro_specific=False, distro_nonspecific=True, temp_sstate_location=True, should_pass=False)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 87, in run_test_sstate_creation\n    bitbake(['-cclean'] + targets)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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', '-cclean', 'binutils-cross-x86_64', 'binutils-native']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateCreation.test_sstate_creation_distro_specific_pass": {
                "duration": 15.297337532043457,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 255, in test_sstate_creation_distro_specific_pass\n    self.run_test_sstate_creation(['binutils-cross-'+ self.tune_arch, 'binutils-native'], distro_specific=True, distro_nonspecific=False, temp_sstate_location=True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 87, in run_test_sstate_creation\n    bitbake(['-cclean'] + targets)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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', '-cclean', 'binutils-cross-x86_64', 'binutils-native']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateDistroTests.test_rebuild_distro_specific_sstate_cross_native_targets": {
                "duration": 16.90157961845398,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 282, in test_rebuild_distro_specific_sstate_cross_native_targets\n    self.run_test_rebuild_distro_specific_sstate(['binutils-cross-' + self.tune_arch, 'binutils-native'], temp_sstate_location=True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 154, in run_test_rebuild_distro_specific_sstate\n    bitbake(['-ccleansstate'] + targets)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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', '-ccleansstate', 'binutils-cross-x86_64', 'binutils-native']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateDistroTests.test_rebuild_distro_specific_sstate_cross_target": {
                "duration": 15.062206983566284,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 285, in test_rebuild_distro_specific_sstate_cross_target\n    self.run_test_rebuild_distro_specific_sstate(['binutils-cross-' + self.tune_arch], temp_sstate_location=True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 154, in run_test_rebuild_distro_specific_sstate\n    bitbake(['-ccleansstate'] + targets)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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', '-ccleansstate', 'binutils-cross-x86_64']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateDistroTests.test_rebuild_distro_specific_sstate_native_target": {
                "duration": 14.96790862083435,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 288, in test_rebuild_distro_specific_sstate_native_target\n    self.run_test_rebuild_distro_specific_sstate(['binutils-native'], temp_sstate_location=True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 154, in run_test_rebuild_distro_specific_sstate\n    bitbake(['-ccleansstate'] + targets)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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', '-ccleansstate', 'binutils-native']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateFindSiginfo.test_sstate_compare_sigfiles_and_find_siginfo": {
                "duration": 246.83210396766663,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs.test_sstate_32_64_same_hash": {
                "duration": 58.14864253997803,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs.test_sstate_nativelsbstring_same_hash": {
                "duration": 64.91379451751709,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs2.test_sstate_allarch_samesigs": {
                "status": "UNKNOWN"
            },
            "sstatetests.SStateHashSameSigs2.test_sstate_nativesdk_samesigs_multilib": {
                "status": "UNKNOWN"
            },
            "sstatetests.SStateHashSameSigs3.test_sstate_multilib_or_not_native_samesigs": {
                "duration": 52.234405517578125,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs3.test_sstate_sametune_samesigs": {
                "duration": 125.07390332221985,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs4.test_sstate_movelayer_samesigs": {
                "duration": 19.455080032348633,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 696, in test_sstate_movelayer_samesigs\n    bitbake(\"bash -S none\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  bash -S none' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nmeta                 = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291456/conf/local.conf\n2024-10-11 21:57:51,329 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 21:58:49,443 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 4bb05e5570a302c488ef42ecb2eaf3cbb93787eb028d8dec336e51d3d252c499 to 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from eda11de4a0f95861a5aa2d19b8d7798350482118c9a2f1841b49d02ee6f18e4c to 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 81c1ff98c80e6df507fe885b077cd746f46cf934f8ffc21f62cbc11a034980b0 to 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 1b9505911b1761ee97fae6101644af4895cd6d9857df28dbe39e99d6eeaf4983 to 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from 08862fbaef39482cfbece23b7a9df5d23885e712e876e331b64405ba3fd26b95 to b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from 9b534050c72679097a0489d708a42e3f8b435696088b6d3e51f6a4399074709a to aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 2f95d8bf09c77581b9579b5f3f4cdbd5120c344288340a6a1068a4fb6e9aae41 to 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from 05b91ae307db464366388c2ae77145da76c2556a5f685c2612d60c762d7bdbd6 to ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_unpack, the basehash value changed from b371d2c49c7f4c60633aef73e64cfb8eee84fc3b0ef3f954b18471b357009cb1 to 954eb1075a6d3b062bcef0f3a524f0b8554dde85503ac227c7eac834aad86048. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_create_spdx, the basehash value changed from aed279f91a2ac917fbd1d5e1f307e1978e34decf0e127928b1137e6580022537 to 24552ee7439e49fe4588c0e9c374e06a354d8e128813eb093cea515217fc7cc5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_recipe_qa, the basehash value changed from 8c4d92374d3459ca6e3bace9d6c869d650baa1d6a4f1b9db7814baac6dd7af7a to fd32e80420b39f3b07e4c2b55abcd414155c7d8e1c8fce54fb307cba534201f7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchq0d70kh8/test.bb:do_populate_lic, the basehash value changed from ca0a967483fe847304b7dc5e1971c746b1c396ad438e85b781264e6cd3ec1acc to 01ee58c559d08f64ef35f929e940ecadaad367b011d6c5d7daf3174dd7783099. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "sstatetests.SStateHashSameSigs4.test_sstate_noop_samesigs": {
                "duration": 77.84306454658508,
                "status": "PASSED"
            },
            "sstatetests.SStatePrintdiff.test_gcc_runtime_vs_gcc_source": {
                "duration": 18.070057153701782,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 884, in test_gcc_runtime_vs_gcc_source\n    self.run_test_printdiff_changerecipe(\"gcc-runtime\", \"gcc-source\", \"-c do_preconfigure {}\".format(gcc_source_pn),\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 814, in run_test_printdiff_changerecipe\n    bitbake(\"--runall build --runall deploy_source_date_epoch {}\".format(target))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  --runall build --runall deploy_source_date_epoch gcc-runtime' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStatePrintdiff.test_image_minimal_vs_base_do_configure": {
                "duration": 15.880022048950195,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 914, in test_image_minimal_vs_base_do_configure\n    self.run_test_printdiff_changeconfig(\"core-image-minimal\",change_bbtasks,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 836, in run_test_printdiff_changeconfig\n    bitbake(\"--runall build --runall deploy_source_date_epoch {}\".format(target))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  --runall build --runall deploy_source_date_epoch core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStatePrintdiff.test_image_minimal_vs_perlcross": {
                "duration": 15.513757467269897,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 864, in test_image_minimal_vs_perlcross\n    self.run_test_printdiff_changerecipe(\"core-image-minimal\", \"perlcross\", \"-c do_install perlcross-native\",\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 814, in run_test_printdiff_changerecipe\n    bitbake(\"--runall build --runall deploy_source_date_epoch {}\".format(target))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  --runall build --runall deploy_source_date_epoch core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"debian-12\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291355/conf/local.conf\n2024-10-11 21:57:51,319 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateTests.test_autorev_sstate_works": {
                "duration": 198.38888096809387,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 240, in test_autorev_sstate_works\n    result = runCmd(['recipetool', 'create', '-o', recipefile, srcuri])\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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 '['recipetool', 'create', '-o', '/tmp/sstate_autorevezdx88wc/recipes-test/dbus-wait-test/dbus-wait-test_git.bb', 'git:///tmp/sstate_autorevezdx88wc/noname;protocol=file;branch=master']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching git:///tmp/sstate_autorevezdx88wc/noname;protocol=file;branch=master...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (0 cached, 991 parsed). 1964 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\nsstate_autorevezdx88wc = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 199, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 410, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.11/multiprocessing/connection.py\", line 367, in _send\n    n = write(self._handle, buf)\n        ^^^^^^^^^^^^^^^^^^^^^^^^\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-10-11 21:57:51,322 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291356/tmp/log/cve/cve-summary.json\n2024-10-11 22:01:55,942 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "FAILED"
            },
            "sysroot.SysrootTests.test_sysroot_cleanup": {
                "status": "UNKNOWN"
            },
            "sysroot.SysrootTests.test_sysroot_la": {
                "status": "UNKNOWN"
            },
            "sysroot.SysrootTests.test_sysroot_max_shebang": {
                "status": "UNKNOWN"
            },
            "sysroot.SysrootTests.test_sysroot_pkgconfig": {
                "status": "UNKNOWN"
            },
            "systemd_boot.Systemdboot.test_efi_systemdboot_images_can_be_built": {
                "duration": 33.90356111526489,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py\", line 30, in test_efi_systemdboot_images_can_be_built\n    bitbake('-c clean systemd-boot')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  -c clean systemd-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"genericx86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291425/conf/local.conf\n2024-10-11 21:57:51,328 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "tinfoil.TinfoilTests.test_datastore_operations": {
                "duration": 0.4586527347564697,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_expand": {
                "duration": 0.10221600532531738,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_getvar": {
                "duration": 0.10143423080444336,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_getvar_bb_origenv": {
                "duration": 0.10137605667114258,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_list_recipes": {
                "duration": 0.9703357219696045,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_parse_recipe": {
                "duration": 0.9962606430053711,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_parse_recipe_copy_expand": {
                "duration": 0.9868626594543457,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_parse_recipe_custom_data": {
                "duration": 1.0018641948699951,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_parse_virtual_recipe": {
                "duration": 1.1750247478485107,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_parse_virtual_recipe_custom_data": {
                "duration": 1.1304783821105957,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_setvariable_clean": {
                "duration": 0.3023111820220947,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_variable_history": {
                "duration": 1.089287519454956,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_wait_event": {
                "duration": 0.20183849334716797,
                "status": "PASSED"
            },
            "usergrouptests.UserGroupTests.test_add_task_between_p_sysroot_and_package": {
                "duration": 3.949000120162964,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/usergrouptests.py\", line 23, in test_add_task_between_p_sysroot_and_package\n    self.assertTrue(bitbake('useraddbadtask -C fetch'))\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  useraddbadtask -C fetch' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb, do_fetch\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "usergrouptests.UserGroupTests.test_group_from_dep_package": {
                "duration": 3.970101833343506,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/usergrouptests.py\", line 16, in test_group_from_dep_package\n    bitbake(' creategroup2 creategroup1')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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   creategroup2 creategroup1' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 22:11:55,547 - oe-selftest - INFO - Building creategroup2\n",
                "status": "FAILED"
            },
            "usergrouptests.UserGroupTests.test_postinst_order": {
                "duration": 3.8303637504577637,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/usergrouptests.py\", line 27, in test_postinst_order\n    self.assertTrue(bitbake(' dcreategroup'))\n                    ^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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   dcreategroup' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 22:11:55,547 - oe-selftest - INFO - Building creategroup2\n2024-10-11 22:11:59,517 - oe-selftest - INFO - Building dcreategroup\n",
                "status": "FAILED"
            },
            "usergrouptests.UserGroupTests.test_static_useradd_from_dynamic": {
                "duration": 5.121467351913452,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/usergrouptests.py\", line 32, in test_static_useradd_from_dynamic\n    bitbake(' core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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   core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291366/conf/local.conf\n2024-10-11 21:57:51,320 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-11 22:11:55,547 - oe-selftest - INFO - Building creategroup2\n2024-10-11 22:11:59,517 - oe-selftest - INFO - Building dcreategroup\n2024-10-11 22:12:04,548 - oe-selftest - INFO - Building core-image-minimal to generate passwd/group file\n",
                "status": "FAILED"
            },
            "wic.CLITests.test_createhelp": {
                "duration": 0.15029478073120117,
                "status": "PASSED"
            },
            "wic.CLITests.test_help": {
                "duration": 0.2889058589935303,
                "status": "PASSED"
            },
            "wic.CLITests.test_help_create": {
                "duration": 0.1456453800201416,
                "status": "PASSED"
            },
            "wic.CLITests.test_help_kickstart": {
                "duration": 0.13978004455566406,
                "status": "PASSED"
            },
            "wic.CLITests.test_help_list": {
                "duration": 0.14643096923828125,
                "status": "PASSED"
            },
            "wic.CLITests.test_help_overview": {
                "duration": 0.14622116088867188,
                "status": "PASSED"
            },
            "wic.CLITests.test_help_plugins": {
                "duration": 0.14012455940246582,
                "status": "PASSED"
            },
            "wic.CLITests.test_list_images": {
                "duration": 1.3410823345184326,
                "status": "PASSED"
            },
            "wic.CLITests.test_list_source_plugins": {
                "duration": 1.1506521701812744,
                "status": "PASSED"
            },
            "wic.CLITests.test_listed_images_help": {
                "duration": 26.322502851486206,
                "status": "PASSED"
            },
            "wic.CLITests.test_listhelp": {
                "duration": 0.14660930633544922,
                "status": "PASSED"
            },
            "wic.CLITests.test_no_command": {
                "duration": 0.14339613914489746,
                "status": "PASSED"
            },
            "wic.CLITests.test_unsupported_subcommand": {
                "duration": 0.1478443145751953,
                "status": "PASSED"
            },
            "wic.CLITests.test_version": {
                "duration": 0.14697551727294922,
                "status": "PASSED"
            },
            "wic.ModifyTests.test_wic_cp": {
                "duration": 4.465348958969116,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1963 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.ModifyTests.test_wic_cp_ext": {
                "duration": 4.367848634719849,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.ModifyTests.test_wic_ls": {
                "duration": 4.32918119430542,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.ModifyTests.test_wic_ls_ext": {
                "duration": 4.347107887268066,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.ModifyTests.test_wic_rm": {
                "duration": 4.296130180358887,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.ModifyTests.test_wic_rm_ext": {
                "duration": 4.320900917053223,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291375/conf/local.conf\n2024-10-11 21:57:51,326 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic.test_bootloader_config": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_build_artifacts": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_build_image_name": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_build_rootfs_long": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_build_rootfs_short": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_change_directory": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_change_directory_errors": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_compress_bzip2": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_compress_gzip": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_compress_xz": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_debug_long": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_debug_short": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_default_output_dir": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_efi_bootpart": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_exclude_path": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_exclude_path_errors": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_extra_space": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_gpt_image": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_include_path": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_include_path_embeded": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_include_path_errors": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_iso_image": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_kernel_install": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_mkefidisk": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_no_fstab_update": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_no_fstab_update_errors": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_no_table": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_partition_hidden_attributes": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_permissions": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_qemux86_directdisk": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_rootfs_artifacts": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_rootfs_indirect_recipes": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_sdimage_bootpart": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_skip_build_check_long": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_skip_build_check_short": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_skip_kernel_install": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_systemd_bootdisk": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_wrong_compressor": {
                "status": "UNKNOWN"
            },
            "wic.Wic2.test_biosplusefi_plugin": {
                "duration": 4.2624428272247314,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_biosplusefi_plugin_qemu": {
                "duration": 4.366708755493164,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "wic.Wic2.test_bmap_long": {
                "duration": 4.159418821334839,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_bmap_short": {
                "duration": 4.306994199752808,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_efi_plugin_unified_kernel_image_qemu": {
                "duration": 4.185252666473389,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "wic.Wic2.test_empty_plugin": {
                "duration": 4.211212873458862,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_empty_zeroize_plugin": {
                "duration": 4.205322980880737,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_expand_mbr_image": {
                "duration": 4.1883625984191895,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "wic.Wic2.test_extra_space": {
                "duration": 4.166744947433472,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_fixed_size": {
                "duration": 4.171294450759888,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_fixed_size_error": {
                "duration": 4.20993185043335,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_fs_types": {
                "duration": 4.251722097396851,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_gpt_partition_name": {
                "duration": 4.286576986312866,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_image_bootpart_globbed": {
                "duration": 4.226524353027344,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_image_env": {
                "duration": 4.185160160064697,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_image_vars_dir_long": {
                "duration": 4.182104110717773,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_image_vars_dir_short": {
                "duration": 4.173297882080078,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_kickstart_parser": {
                "duration": 4.212216377258301,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_mkfs_extraopts": {
                "duration": 4.202979326248169,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_offset": {
                "duration": 4.1983582973480225,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_qemu": {
                "duration": 4.1779396533966064,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "wic.Wic2.test_qemu_efi": {
                "duration": 4.246535539627075,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "wic.Wic2.test_rawcopy_plugin": {
                "duration": 4.20810604095459,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_rawcopy_plugin_qemu": {
                "duration": 4.239691972732544,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "wic.Wic2.test_rawcopy_plugin_unpack": {
                "duration": 4.2091710567474365,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_sparse_copy": {
                "duration": 4.202697992324829,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_uefi_kernel": {
                "duration": 4.315539121627808,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_wic_image_type": {
                "duration": 4.209979772567749,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291393/conf/local.conf\n2024-10-11 21:57:51,323 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wrapper.WrapperTests.test_shebang_wrapper": {
                "duration": 3.7566030025482178,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wrapper.py\", line 16, in test_shebang_wrapper\n    res = bitbake(\"cmdline-shebang-wrapper-test -c install\", ignore_status=False)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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  cmdline-shebang-wrapper-test -c install' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:0ea9bc4ed3f507cbd9d4d54db202a60d677fae56\"\nmeta-selftest        = \"master:b034b181ca3c349c0a640052eebcc44735cf9c21\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 95, in AsyncClient.setup_connection():\n                 become = self.saved_become_user\n    >            await self.auth(self.username, self.password)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 235, in AsyncClient.auth(username='pokybuild', token='vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'):\n         async def auth(self, username, token):\n    >        result = await self.invoke({\"auth\": {\"username\": username, \"token\": token}})\n             self.username = username\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/hashserv/client.py\", line 128, in AsyncClient.invoke(*args=({'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}},), **kwargs={}):\n             await self._set_mode(self.MODE_NORMAL)\n    >        return await super().invoke(*args, **kwargs)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 165, in AsyncClient.invoke(msg={'auth': {'username': 'pokybuild', 'token': 'vcUTSfqr3bACI9JKRfgIxxK3Z_8c04sqwhmjjc5R8CVzpJ18TxmAkIE35QOI9Ago'}}):\n             result = await self._send_wrapper(proc)\n    >        self.check_invoke_error(result)\n             return result\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/asyncrpc/client.py\", line 157, in AsyncClient.check_invoke_error(msg={'invoke-error': {'message': 'Unable to authenticate as pokybuild'}}):\n             if isinstance(msg, dict) and \"invoke-error\" in msg:\n    >            raise InvokeError(msg[\"invoke-error\"][\"message\"])\n     \nbb.asyncrpc.exceptions.InvokeError: Unable to authenticate as pokybuild\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-291402/conf/local.conf\n2024-10-11 21:57:51,327 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "yoctotestresultsquerytests.TestResultsQueryTests.test_create_workdir": {
                "duration": 0.6304497718811035,
                "status": "PASSED"
            },
            "yoctotestresultsquerytests.TestResultsQueryTests.test_get_sha1": {
                "duration": 0.04689598083496094,
                "status": "PASSED"
            }
        }
    }
}