{
    "oeselftest_ubuntu-22.04_qemux86-64_20241015011534": {
        "configuration": {
            "HOST_DISTRO": "ubuntu-22.04",
            "HOST_NAME": "ubuntu2204-vk-2",
            "LAYERS": {
                "meta": {
                    "branch": "stable/scarthgap-nut",
                    "commit": "f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55",
                    "commit_count": 74610
                },
                "meta-poky": {
                    "branch": "stable/scarthgap-nut",
                    "commit": "f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55",
                    "commit_count": 74610
                },
                "meta-selftest": {
                    "branch": "stable/scarthgap-nut",
                    "commit": "f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55",
                    "commit_count": 74610
                },
                "meta-yocto-bsp": {
                    "branch": "stable/scarthgap-nut",
                    "commit": "f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55",
                    "commit_count": 74610
                }
            },
            "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": "20241015011534",
            "TEST_TYPE": "oeselftest"
        },
        "result": {
            "archiver.Archiver.test_archiver_allows_to_filter_on_recipe_name": {
                "duration": 87.7033212184906,
                "status": "PASSED"
            },
            "archiver.Archiver.test_archiver_filters_by_type": {
                "duration": 47.66185402870178,
                "status": "PASSED"
            },
            "archiver.Archiver.test_archiver_filters_by_type_and_name": {
                "duration": 44.67288589477539,
                "status": "PASSED"
            },
            "archiver.Archiver.test_archiver_mode_configured": {
                "duration": 53.25040864944458,
                "status": "PASSED"
            },
            "archiver.Archiver.test_archiver_mode_diff": {
                "duration": 43.81477904319763,
                "status": "PASSED"
            },
            "archiver.Archiver.test_archiver_mode_dumpdata": {
                "duration": 43.54155921936035,
                "status": "PASSED"
            },
            "archiver.Archiver.test_archiver_mode_mirror": {
                "duration": 26.885722160339355,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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-ubuntu/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-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-201' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7fde863bbdf0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7fde856bd230>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7fde761fbbe0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-201' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7fde863bbdf0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7fde856bd230>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7fde761fbbe0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-15 01:15:41,686 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612874/conf/local.conf\n2024-10-15 01:15:41,687 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_mirror_combined": {
                "duration": 23.130001068115234,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f5a276aaf10>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f5a27330d60>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f5a26249990>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f5a276aaf10>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f5a27330d60>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f5a26249990>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-15 01:15:41,686 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612874/conf/local.conf\n2024-10-15 01:15:41,687 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_mirror_excludes": {
                "duration": 22.91530156135559,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f21306990e0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f21271767a0>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f212900aef0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f21306990e0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f21271767a0>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f212900aef0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-15 01:15:41,686 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612874/conf/local.conf\n2024-10-15 01:15:41,687 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_mirror_gitsm": {
                "duration": 15.613312005996704,
                "status": "PASSED"
            },
            "archiver.Archiver.test_archiver_mode_mirror_gitsm_shallow": {
                "duration": 147.58138942718506,
                "status": "PASSED"
            },
            "archiver.Archiver.test_archiver_mode_original": {
                "duration": 36.52951145172119,
                "status": "PASSED"
            },
            "archiver.Archiver.test_archiver_mode_patched": {
                "duration": 43.51116347312927,
                "status": "PASSED"
            },
            "archiver.Archiver.test_archiver_mode_recipe": {
                "duration": 40.9150869846344,
                "status": "PASSED"
            },
            "archiver.Archiver.test_archiver_multiconfig_shared_unpack_and_patch": {
                "duration": 110.16141104698181,
                "status": "PASSED"
            },
            "archiver.Archiver.test_archiver_srpm_mode": {
                "duration": 60.459123849868774,
                "status": "PASSED"
            },
            "baremetal.BaremetalTest.test_baremetal": {
                "duration": 77.93534207344055,
                "status": "PASSED"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_add_remove": {
                "duration": 11.823987007141113,
                "status": "PASSED"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_createlayer": {
                "duration": 7.35872745513916,
                "status": "PASSED"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_flatten": {
                "duration": 11.941696405410767,
                "status": "PASSED"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_layerindexshowdepends": {
                "duration": 1.9234423637390137,
                "status": "PASSED"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_setup": {
                "duration": 188.1331751346588,
                "status": "PASSED"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_showappends": {
                "duration": 5.323153257369995,
                "status": "PASSED"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_showcrossdepends": {
                "duration": 18.09746241569519,
                "status": "PASSED"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_showlayers": {
                "duration": 0.5074357986450195,
                "status": "PASSED"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_showoverlayed": {
                "duration": 1.9013056755065918,
                "status": "PASSED"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_showrecipes": {
                "duration": 15.839061260223389,
                "status": "PASSED"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_updatelayer": {
                "duration": 45.141618728637695,
                "status": "PASSED"
            },
            "bblayers.BitbakeLayers.test_validate_examplelayersjson": {
                "duration": 15.906497955322266,
                "status": "PASSED"
            },
            "bblock.BBLock.test_lock_architecture_specific": {
                "duration": 158.04395627975464,
                "status": "PASSED"
            },
            "bblock.BBLock.test_lock_multiple_recipe_single_task": {
                "duration": 417.4167559146881,
                "status": "PASSED"
            },
            "bblock.BBLock.test_lock_single_recipe_all_tasks": {
                "duration": 145.76060128211975,
                "status": "PASSED"
            },
            "bblock.BBLock.test_lock_single_recipe_multiple_tasks": {
                "duration": 175.9783685207367,
                "status": "PASSED"
            },
            "bblock.BBLock.test_lock_single_recipe_single_task": {
                "duration": 211.05613446235657,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_python_loggingA": {
                "duration": 77.93482756614685,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_python_loggingB": {
                "duration": 42.462565660476685,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_python_loggingC": {
                "duration": 11.669330596923828,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_python_loggingD": {
                "duration": 26.869504928588867,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingA": {
                "duration": 21.058839321136475,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingB": {
                "duration": 11.646034717559814,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingC": {
                "duration": 13.49617600440979,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingD": {
                "duration": 18.044832944869995,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_exit_loggingA": {
                "duration": 22.73995041847229,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_exit_loggingB": {
                "duration": 21.12643837928772,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_exit_loggingC": {
                "duration": 10.428342342376709,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_exit_loggingD": {
                "duration": 12.350000619888306,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_fatal_loggingA": {
                "duration": 12.507428646087646,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_fatal_loggingB": {
                "duration": 13.709293127059937,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_fatal_loggingC": {
                "duration": 13.929619550704956,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_fatal_loggingD": {
                "duration": 10.942657709121704,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_shell_loggingA": {
                "duration": 5.000709772109985,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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.10/unittest/case.py\", line 1112, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.10/unittest/case.py\", line 675, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: 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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612907/meta-selftest/recipes-test/logging-test/logging-test.bb, do_shelltest\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612907/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-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\\n             def wrapper(*args, **kwargs):\\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\\n     \\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name=\\'Task-194\\' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\")>):\\n     \\n    >        return future.result()\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7fb00b258120>):\\n         async def get_unihash_batch(self, args):\\n    >        result = await self.send_stream_batch(\\n                 self.MODE_GET_STREAM,\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7fb008e4c430>):\\n     \\n    >        return await self._send_wrapper(proc)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7fb009b368c0>):\\n                         if not isinstance(e, ConnectionError):\\n    >                        raise ConnectionError(str(e))\\n                         raise e\\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\\n             def wrapper(*args, **kwargs):\\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\\n     \\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name=\\'Task-194\\' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\")>):\\n     \\n    >        return future.result()\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7fb00b258120>):\\n         async def get_unihash_batch(self, args):\\n    >        result = await self.send_stream_batch(\\n                 self.MODE_GET_STREAM,\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7fb008e4c430>):\\n     \\n    >        return await self._send_wrapper(proc)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7fb009b368c0>):\\n                         if not isinstance(e, ConnectionError):\\n    >                        raise ConnectionError(str(e))\\n                         raise e\\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\\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-15 01:15:41,710 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612907/conf/local.conf\n2024-10-15 01:15:41,710 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_shell_loggingB": {
                "duration": 4.53214430809021,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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.10/unittest/case.py\", line 1112, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.10/unittest/case.py\", line 675, 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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612907/meta-selftest/recipes-test/logging-test/logging-test.bb, do_shelltest\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612907/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-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\\n             def wrapper(*args, **kwargs):\\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\\n     \\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name=\\'Task-2\\' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\")>):\\n     \\n    >        return future.result()\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f0afa22c9e0>):\\n         async def get_unihash_batch(self, args):\\n    >        result = await self.send_stream_batch(\\n                 self.MODE_GET_STREAM,\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f0af298b0d0>):\\n     \\n    >        return await self._send_wrapper(proc)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f0af1105c60>):\\n                         if not isinstance(e, ConnectionError):\\n    >                        raise ConnectionError(str(e))\\n                         raise e\\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\\n             def wrapper(*args, **kwargs):\\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\\n     \\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name=\\'Task-2\\' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\")>):\\n     \\n    >        return future.result()\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f0afa22c9e0>):\\n         async def get_unihash_batch(self, args):\\n    >        result = await self.send_stream_batch(\\n                 self.MODE_GET_STREAM,\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f0af298b0d0>):\\n     \\n    >        return await self._send_wrapper(proc)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f0af1105c60>):\\n                         if not isinstance(e, ConnectionError):\\n    >                        raise ConnectionError(str(e))\\n                         raise e\\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\\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-15 01:15:41,710 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612907/conf/local.conf\n2024-10-15 01:15:41,710 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_shell_loggingC": {
                "duration": 4.732864856719971,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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.10/unittest/case.py\", line 1112, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.10/unittest/case.py\", line 675, 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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\\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-ubuntu/build/build-st-612907/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612907/meta-selftest/recipes-test/logging-test/logging-test.bb, do_shelltest\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612907/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-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\\n             def wrapper(*args, **kwargs):\\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\\n     \\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name=\\'Task-2\\' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\")>):\\n     \\n    >        return future.result()\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7fcce1ffb990>):\\n         async def get_unihash_batch(self, args):\\n    >        result = await self.send_stream_batch(\\n                 self.MODE_GET_STREAM,\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7fcce1ffb530>):\\n     \\n    >        return await self._send_wrapper(proc)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7fcce0845f30>):\\n                         if not isinstance(e, ConnectionError):\\n    >                        raise ConnectionError(str(e))\\n                         raise e\\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\\n             def wrapper(*args, **kwargs):\\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\\n     \\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name=\\'Task-2\\' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\")>):\\n     \\n    >        return future.result()\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7fcce1ffb990>):\\n         async def get_unihash_batch(self, args):\\n    >        result = await self.send_stream_batch(\\n                 self.MODE_GET_STREAM,\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7fcce1ffb530>):\\n     \\n    >        return await self._send_wrapper(proc)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7fcce0845f30>):\\n                         if not isinstance(e, ConnectionError):\\n    >                        raise ConnectionError(str(e))\\n                         raise e\\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\\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-15 01:15:41,710 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612907/conf/local.conf\n2024-10-15 01:15:41,710 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_shell_loggingD": {
                "duration": 3.9465975761413574,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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.10/unittest/case.py\", line 1112, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.10/unittest/case.py\", line 675, 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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\\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-ubuntu/build/build-st-612907/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612907/meta-selftest/recipes-test/logging-test/logging-test.bb, do_shelltest\\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612907/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-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\\n             def wrapper(*args, **kwargs):\\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\\n     \\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name=\\'Task-2\\' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\")>):\\n     \\n    >        return future.result()\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7ff99183ac00>):\\n         async def get_unihash_batch(self, args):\\n    >        result = await self.send_stream_batch(\\n                 self.MODE_GET_STREAM,\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7ff98a1dfb50>):\\n     \\n    >        return await self._send_wrapper(proc)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7ff9888016c0>):\\n                         if not isinstance(e, ConnectionError):\\n    >                        raise ConnectionError(str(e))\\n                         raise e\\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\\n             def wrapper(*args, **kwargs):\\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\\n     \\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name=\\'Task-2\\' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\")>):\\n     \\n    >        return future.result()\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7ff99183ac00>):\\n         async def get_unihash_batch(self, args):\\n    >        result = await self.send_stream_batch(\\n                 self.MODE_GET_STREAM,\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7ff98a1dfb50>):\\n     \\n    >        return await self._send_wrapper(proc)\\n     \\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7ff9888016c0>):\\n                         if not isinstance(e, ConnectionError):\\n    >                        raise ConnectionError(str(e))\\n                         raise e\\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed (\\'2a01:4f9:c012:55ce::1\\', 443, 0, 0), [Errno 111] Connect call failed (\\'95.216.144.101\\', 443)\\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-15 01:15:41,710 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612907/conf/local.conf\n2024-10-15 01:15:41,710 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_bbappend_order": {
                "duration": 78.2763192653656,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_bitbake_g": {
                "duration": 3.941744327545166,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_bitbake_invalid_recipe": {
                "duration": 0.9500575065612793,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_bitbake_invalid_target": {
                "duration": 4.484646797180176,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_checkuri": {
                "duration": 9.49300742149353,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_continue": {
                "duration": 173.41234827041626,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_dry_run": {
                "duration": 6.27601170539856,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_environment": {
                "duration": 3.150418996810913,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_event_handler": {
                "duration": 34.275134801864624,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_force_task_1": {
                "duration": 48.32557463645935,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 104, in test_force_task_1\n    bitbake('-c package -f %s' % test_recipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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 package -f 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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-core/zlib/zlib_1.3.1.bb, do_package\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package 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-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-756' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f0bee669070>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f0bee669bd0>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f0beccf4dc0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-756' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f0bee669070>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f0bee669bd0>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f0beccf4dc0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\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-15 01:15:41,722 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612917/conf/local.conf\n2024-10-15 01:15:41,723 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-15 01:21:44,282 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean zlib\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_force_task_2": {
                "duration": 4.384434700012207,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7fb5824f61f0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7fb5820fc660>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7fb577d4e200>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7fb5824f61f0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7fb5820fc660>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7fb577d4e200>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-15 01:15:41,722 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612917/conf/local.conf\n2024-10-15 01:15:41,723 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-15 01:21:44,282 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean zlib\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_git_patchtool": {
                "duration": 15.319580554962158,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 327, in test_git_patchtool\n    bitbake('-cclean {}'.format(test_recipe))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7fb78c501f50>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7fb7827eaea0>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7fb78119e9e0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7fb78c501f50>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7fb7827eaea0>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7fb78119e9e0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-15 01:15:41,722 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612917/conf/local.conf\n2024-10-15 01:15:41,723 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-15 01:21:44,282 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean zlib\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_git_patchtool2": {
                "duration": 11.271707534790039,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f9fb6887220>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f9fb6887e60>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f9fbbafc040>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f9fb6887220>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f9fb6887e60>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f9fbbafc040>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-15 01:15:41,722 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612917/conf/local.conf\n2024-10-15 01:15:41,723 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-15 01:21:44,282 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean zlib\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_git_unpack_nonetwork": {
                "duration": 53.81376504898071,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_git_unpack_nonetwork_fail": {
                "duration": 12.227883338928223,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_image_manifest": {
                "duration": 1809.7208786010742,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_invalid_patch": {
                "duration": 35.770350217819214,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_invalid_recipe_src_uri": {
                "duration": 3.1845004558563232,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_just_parse": {
                "duration": 3.2414674758911133,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_local_sstate": {
                "duration": 16.88058376312256,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_non_gplv3": {
                "duration": 28.82747530937195,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_postfile": {
                "duration": 1.8014814853668213,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_prefile": {
                "duration": 3.028461217880249,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_rename_downloaded_file": {
                "duration": 27.803890705108643,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_run_bitbake_from_dir_1": {
                "duration": 1.48748779296875,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_run_bitbake_from_dir_2": {
                "duration": 1.2209312915802002,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_run_bitbake_from_dir_3": {
                "duration": 1.5049798488616943,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_setscene_only": {
                "duration": 14.727083206176758,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_skip_setscene": {
                "duration": 33.5238094329834,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_unexpanded_variable_in_path": {
                "duration": 30.75385594367981,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_version": {
                "duration": 2.9750478267669678,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_warnings_errors": {
                "duration": 0.5263731479644775,
                "status": "PASSED"
            },
            "buildoptions.ArchiverTest.test_arch_work_dir_and_export_source": {
                "duration": 79.82155728340149,
                "status": "PASSED"
            },
            "buildoptions.BuildhistoryTests.test_buildhistory_basic": {
                "duration": 100.5959722995758,
                "status": "PASSED"
            },
            "buildoptions.BuildhistoryTests.test_buildhistory_buildtime_pr_backwards": {
                "duration": 89.7469277381897,
                "status": "PASSED"
            },
            "buildoptions.BuildhistoryTests.test_fileinfo": {
                "duration": 17.369983434677124,
                "status": "PASSED"
            },
            "buildoptions.DiskMonTest.test_stoptask_behavior": {
                "duration": 159.06507897377014,
                "status": "PASSED"
            },
            "buildoptions.ImageOptionsTests.test_ccache_tool": {
                "duration": 176.09475302696228,
                "status": "PASSED"
            },
            "buildoptions.ImageOptionsTests.test_incremental_image_generation": {
                "duration": 174.44954586029053,
                "status": "PASSED"
            },
            "buildoptions.ImageOptionsTests.test_read_only_image": {
                "duration": 29.93357253074646,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2597' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f773bd6b7d0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f773bd6b290>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f773f1f1870>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2597' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f773bd6b7d0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f773bd6b290>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f773f1f1870>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-15 01:15:41,715 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612963/conf/local.conf\n2024-10-15 01:15:41,716 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.Poisoning.test_poisoning": {
                "duration": 77.92419219017029,
                "status": "PASSED"
            },
            "buildoptions.SanityOptionsTest.test_layer_without_git_dir": {
                "duration": 77.9293475151062,
                "status": "PASSED"
            },
            "buildoptions.SanityOptionsTest.test_options_warnqa_errorqa_switch": {
                "duration": 122.30570769309998,
                "status": "PASSED"
            },
            "buildoptions.ToolchainOptions.test_toolchain_fortran": {
                "duration": 77.92846441268921,
                "status": "PASSED"
            },
            "c_cpp.CMakeTests.test_cmake_qemu": {
                "duration": 85.4523413181305,
                "status": "PASSED"
            },
            "c_cpp.CMakeTests.test_cmake_qemu_failing": {
                "duration": 73.20911002159119,
                "status": "PASSED"
            },
            "c_cpp.MesonTests.test_meson_qemu": {
                "duration": 85.48168301582336,
                "status": "PASSED"
            },
            "c_cpp.MesonTests.test_meson_qemu_failing": {
                "duration": 73.26953315734863,
                "status": "PASSED"
            },
            "containerimage.ContainerImageTests.test_expected_files": {
                "duration": 80.18001508712769,
                "status": "PASSED"
            },
            "cve_check.CVECheck.test_convert_cve_version": {
                "duration": 0.008710384368896484,
                "status": "PASSED"
            },
            "cve_check.CVECheck.test_image_json": {
                "duration": 2256.118813753128,
                "status": "PASSED"
            },
            "cve_check.CVECheck.test_recipe_report_json": {
                "duration": 15.626399993896484,
                "status": "PASSED"
            },
            "cve_check.CVECheck.test_recipe_report_json_ignored": {
                "duration": 14.340488195419312,
                "status": "PASSED"
            },
            "cve_check.CVECheck.test_recipe_report_json_unpatched": {
                "duration": 39.95642876625061,
                "status": "PASSED"
            },
            "cve_check.CVECheck.test_version_compare": {
                "duration": 0.007355690002441406,
                "status": "PASSED"
            },
            "debuginfod.Debuginfod.test_debuginfod_native": {
                "duration": 61.870522022247314,
                "status": "PASSED"
            },
            "debuginfod.Debuginfod.test_debuginfod_qemu": {
                "duration": 114.94260025024414,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "devtool.DevtoolAddTests.test_devtool_add": {
                "duration": 68.74782681465149,
                "status": "PASSED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_binary": {
                "duration": 42.29818296432495,
                "status": "PASSED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_fetch": {
                "duration": 43.657044649124146,
                "status": "PASSED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_fetch_git": {
                "duration": 46.7743616104126,
                "status": "PASSED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_fetch_simple": {
                "duration": 20.950564861297607,
                "status": "PASSED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_git_local": {
                "duration": 48.37642312049866,
                "status": "PASSED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_git_style1": {
                "duration": 27.084548234939575,
                "status": "PASSED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_git_style2": {
                "duration": 25.73817276954651,
                "status": "PASSED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_library": {
                "duration": 48.39245533943176,
                "status": "PASSED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_npm": {
                "duration": 1.7074735164642334,
                "log": "Test needs meta-oe for nodejs\n",
                "status": "SKIPPED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_python_egg_requires": {
                "duration": 11.85158658027649,
                "status": "PASSED"
            },
            "devtool.DevtoolExtractTests.test_devtool_build_image": {
                "duration": 226.53896284103394,
                "status": "PASSED"
            },
            "devtool.DevtoolExtractTests.test_devtool_deploy_target": {
                "duration": 182.6990761756897,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "devtool.DevtoolExtractTests.test_devtool_extract": {
                "duration": 14.742287635803223,
                "status": "PASSED"
            },
            "devtool.DevtoolExtractTests.test_devtool_extract_virtual": {
                "duration": 15.917476177215576,
                "status": "PASSED"
            },
            "devtool.DevtoolExtractTests.test_devtool_reset_all": {
                "duration": 126.42252326011658,
                "status": "PASSED"
            },
            "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_code_cmake": {
                "duration": 656.2364482879639,
                "status": "PASSED"
            },
            "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_code_meson": {
                "duration": 137.760155916214,
                "status": "PASSED"
            },
            "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_none_qemu": {
                "duration": 337.4453718662262,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_plugins": {
                "duration": 19.60223650932312,
                "status": "PASSED"
            },
            "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_shared_sysroots": {
                "duration": 57.51881265640259,
                "status": "PASSED"
            },
            "devtool.DevtoolModifyTests.test_devtool_buildclean": {
                "duration": 297.74399518966675,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 814, in test_devtool_buildclean\n    bitbake('mdadm m4 -c clean')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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 clean' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\nworkspace            = \"stable/scarthgap-nut:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-576' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f9c794f7ed0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f9c850a7610>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f9c5f9b4430>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-576' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f9c794f7ed0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f9c850a7610>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f9c5f9b4430>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-15 01:15:41,711 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612929/conf/local.conf\n2024-10-15 01:15:41,711 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify": {
                "duration": 220.60655570030212,
                "status": "PASSED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_git": {
                "duration": 55.93992280960083,
                "status": "PASSED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_git_crates_subpath": {
                "duration": 71.03937697410583,
                "status": "PASSED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_git_no_extract": {
                "duration": 23.827592611312866,
                "status": "PASSED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_go": {
                "duration": 19.208340406417847,
                "status": "PASSED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_invalid": {
                "duration": 75.71549463272095,
                "status": "PASSED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_localfiles": {
                "duration": 96.96780490875244,
                "status": "PASSED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_localfiles_only": {
                "duration": 52.39184498786926,
                "status": "PASSED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_multiple_sources": {
                "duration": 808.3750264644623,
                "status": "PASSED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_native": {
                "duration": 305.1294860839844,
                "status": "PASSED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_overrides": {
                "duration": 12.01069688796997,
                "status": "PASSED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_virtual": {
                "duration": 10.964635133743286,
                "status": "PASSED"
            },
            "devtool.DevtoolTests.test_create_workspace": {
                "duration": 16.398587942123413,
                "status": "PASSED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_finish_modify_git_subdir": {
                "duration": 124.57380390167236,
                "status": "PASSED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_git_submodules": {
                "duration": 140.36936044692993,
                "status": "PASSED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe": {
                "duration": 112.23730850219727,
                "status": "PASSED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_append": {
                "duration": 88.3031234741211,
                "status": "PASSED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_append_git": {
                "duration": 58.06276822090149,
                "status": "PASSED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_git": {
                "duration": 37.24606013298035,
                "status": "PASSED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files": {
                "duration": 76.69273543357849,
                "status": "PASSED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files_2": {
                "duration": 26.981448888778687,
                "status": "PASSED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files_3": {
                "duration": 18.118619680404663,
                "status": "PASSED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files_subdir": {
                "duration": 30.45393443107605,
                "status": "PASSED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_patch_gz": {
                "duration": 34.513105392456055,
                "status": "PASSED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_long_filename": {
                "duration": 21.749386072158813,
                "status": "PASSED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_with_gitignore": {
                "duration": 27.66848921775818,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_finish_modify_origlayer": {
                "duration": 169.46673369407654,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_finish_modify_otherlayer": {
                "duration": 58.10796403884888,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_finish_update_patch": {
                "duration": 34.958990812301636,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_finish_upgrade_origlayer": {
                "duration": 28.382490873336792,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_finish_upgrade_otherlayer": {
                "duration": 44.27725958824158,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_layer_plugins": {
                "duration": 4.363792657852173,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_load_plugin": {
                "duration": 10.789428472518921,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_rename": {
                "duration": 37.85845494270325,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_upgrade": {
                "duration": 28.961127758026123,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_upgrade_all_checksums": {
                "duration": 21.579766273498535,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_upgrade_drop_md5sum": {
                "duration": 21.8837788105011,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_upgrade_git": {
                "duration": 32.50903654098511,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_virtual_kernel_modify": {
                "duration": 1086.7844228744507,
                "status": "PASSED"
            },
            "distrodata.Distrodata.test_checkpkg": {
                "duration": 0.0026750564575195312,
                "log": "Skip by the command line argument \"distrodata.Distrodata.test_checkpkg\"\n",
                "status": "SKIPPED"
            },
            "distrodata.Distrodata.test_maintainers": {
                "duration": 85.66090750694275,
                "status": "PASSED"
            },
            "efibootpartition.GenericEFITest.test_boot_efi": {
                "duration": 155.7591269016266,
                "status": "PASSED"
            },
            "esdk.oeSDKExtSelfTest.test_image_generation_binary_feeds": {
                "duration": 85.52704238891602,
                "status": "PASSED"
            },
            "esdk.oeSDKExtSelfTest.test_install_libraries_headers": {
                "duration": 41.53471755981445,
                "status": "PASSED"
            },
            "externalsrc.ExternalSrc.test_externalsrc_srctree_hash_files": {
                "duration": 55.0561785697937,
                "status": "PASSED"
            },
            "fetch.Dependencies.test_dependencies": {
                "duration": 2.5226938724517822,
                "status": "PASSED"
            },
            "fetch.Fetch.test_git_mirrors": {
                "duration": 137.69828820228577,
                "status": "PASSED"
            },
            "fitimage.FitImageTests.test_fit_image": {
                "duration": 74.22197103500366,
                "status": "PASSED"
            },
            "fitimage.FitImageTests.test_initramfs_bundle": {
                "duration": 83.1192479133606,
                "status": "PASSED"
            },
            "fitimage.FitImageTests.test_sign_cascaded_uboot_fit_image": {
                "duration": 282.56151366233826,
                "status": "PASSED"
            },
            "fitimage.FitImageTests.test_sign_fit_image": {
                "duration": 300.6105275154114,
                "status": "PASSED"
            },
            "fitimage.FitImageTests.test_sign_standalone_uboot_fit_image": {
                "duration": 47.607223987579346,
                "status": "PASSED"
            },
            "fitimage.FitImageTests.test_uboot_fit_image": {
                "duration": 59.90966463088989,
                "status": "PASSED"
            },
            "fitimage.FitImageTests.test_uboot_sign_fit_image": {
                "duration": 58.49772834777832,
                "status": "PASSED"
            },
            "gdbserver.GdbServerTest.test_gdb_server": {
                "duration": 218.55372071266174,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_create_first_test_tag": {
                "duration": 0.8227574825286865,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_create_second_test_tag": {
                "duration": 0.9178204536437988,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_get_revs_on_branch": {
                "duration": 0.9524276256561279,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_get_tags_with_only_local_tag": {
                "duration": 1.2049245834350586,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_get_tags_without_valid_remote": {
                "duration": 1.0223934650421143,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_get_tags_without_valid_remote_and_wrong_url": {
                "duration": 1.0321452617645264,
                "status": "PASSED"
            },
            "gotoolchain.oeGoToolchainSelfTest.test_go_dep_build": {
                "duration": 2.6042425632476807,
                "status": "PASSED"
            },
            "image_typedep.ImageTypeDepTests.test_conversion_typedep_added": {
                "duration": 6.226345777511597,
                "status": "PASSED"
            },
            "imagefeatures.ImageFeatures.test_all_users_can_connect_via_ssh_without_password": {
                "duration": 233.30790972709656,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "imagefeatures.ImageFeatures.test_bmap": {
                "duration": 48.032713413238525,
                "status": "PASSED"
            },
            "imagefeatures.ImageFeatures.test_empty_image": {
                "duration": 42.42518639564514,
                "status": "PASSED"
            },
            "imagefeatures.ImageFeatures.test_hypervisor_fmts": {
                "duration": 62.93048286437988,
                "status": "PASSED"
            },
            "imagefeatures.ImageFeatures.test_image_fstypes": {
                "duration": 92.56777262687683,
                "status": "PASSED"
            },
            "imagefeatures.ImageFeatures.test_image_gen_debugfs": {
                "duration": 122.2567343711853,
                "status": "PASSED"
            },
            "imagefeatures.ImageFeatures.test_long_chain_conversion": {
                "duration": 52.69453239440918,
                "status": "PASSED"
            },
            "imagefeatures.ImageFeatures.test_mandb": {
                "duration": 94.89211583137512,
                "status": "PASSED"
            },
            "imagefeatures.ImageFeatures.test_no_busybox_base_utils": {
                "duration": 27.502901315689087,
                "status": "PASSED"
            },
            "imagefeatures.ImageFeatures.test_non_root_user_can_connect_via_ssh_without_password": {
                "duration": 73.31183075904846,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "imagefeatures.ImageFeatures.test_useradd_static": {
                "duration": 59.901060342788696,
                "status": "PASSED"
            },
            "imagefeatures.ImageFeatures.test_wayland_support_in_image": {
                "duration": 78.9320216178894,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_and_license": {
                "duration": 79.59236860275269,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_default": {
                "duration": 30.530406713485718,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 113, in test_bash_default\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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-1945' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f78baebae30>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f78c4b5eff0>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f78bce1a4d0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-1945' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f78baebae30>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f78c4b5eff0>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f78bce1a4d0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-15 01:15:41,718 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612935/conf/local.conf\n2024-10-15 01:15:41,719 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_license_exceptions": {
                "duration": 59.574737548828125,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_or_license": {
                "duration": 107.5972330570221,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license": {
                "duration": 4.376817464828491,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias": {
                "duration": 8.121133089065552,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias_wildcard": {
                "duration": 3.5694637298583984,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_wildcard": {
                "duration": 3.6127257347106934,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_all_licenses_wildcard": {
                "duration": 2.7418277263641357,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_license_alias_wildcard": {
                "duration": 7.932385444641113,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_licenses_wildcard": {
                "duration": 9.61333680152893,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTests.test_incompatible_nonspdx_license": {
                "duration": 21.521483659744263,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license": {
                "duration": 20.10543990135193,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_alias": {
                "duration": 2.9221115112304688,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_wildcard": {
                "duration": 21.018229961395264,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_licenses": {
                "duration": 22.682047367095947,
                "status": "PASSED"
            },
            "incompatible_lic.NoGPL3InImagesTests.test_core_image_full_cmdline_weston": {
                "duration": 183.90950727462769,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 151, in test_core_image_full_cmdline_weston\n    bitbake('-c testimage core-image-full-cmdline core-image-weston')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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 testimage core-image-full-cmdline 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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-4156' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f22c4b3ed50>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f22c4b3e9d0>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f22ce40a440>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-4156' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f22c4b3ed50>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f22c4b3e9d0>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f22ce40a440>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-15 01:15:41,721 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612972/conf/local.conf\n2024-10-15 01:15:41,722 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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": 23.304552793502808,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f60f99060a0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f60eb2ae5e0>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f60f11a60e0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f60f99060a0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f60eb2ae5e0>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f60f11a60e0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-15 01:15:41,721 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612972/conf/local.conf\n2024-10-15 01:15:41,722 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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": 26.280637979507446,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-3096' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f4ed4561cb0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f4ece7b8ba0>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f4ecba088b0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-3096' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f4ed4561cb0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f4ece7b8ba0>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f4ecba088b0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-15 01:15:41,718 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612984/conf/local.conf\n2024-10-15 01:15:41,719 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nLoading cache...done.\nrootfs file: \nQemu log file: /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612984/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/testimage/qemu_boot_log.20241014231902\nSSH log file: /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612984/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/testimage/ssh_target_log.20241014231902\nQMP Available for connection at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612984/tmp/.13bk6sva\nCreated listening socket for qemu serial console on: 127.0.0.1:36253\nCreated listening socket for qemu serial console on: 127.0.0.1:53529\nlaunchcmd=runqemu nographic serial wic ovmf kvm tcpserial=36253:53529 bootparams=\" printk.time=1\" qemuparams=\"-pidfile /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612984/pidfile_612984  -S -qmp unix:./.8wfnouhf,server,wait -qmp unix:./.13bk6sva,server,nowait\"\nrunqemu started, pid is 1312419\nwaiting at most 300 seconds for qemu pid (10/15/24 01:21:13)\nQMP Initializing to /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612984/tmp/.8wfnouhf\nQMP Connecting to /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612984/tmp/.8wfnouhf\nQMP connected to QEMU at 10/15/24 01:21:15 and took 2.04 seconds\nQMP released QEMU at 10/15/24 01:21:15 and took 0.09 seconds from connect\nqemu started in 2.13 seconds - qemu procces pid is 1313322 (10/15/24 01:21:15)\nTarget IP: None\nServer IP: None\nStarting logging thread\nStarting thread event loop\nConnection request received\nSetting connection established event\nOutput from runqemu:\nrunqemu - INFO - Running bitbake -e  ...\nrunqemu - INFO - Continuing with the following parameters:\nMACHINE: [qemux86-64]\nFSTYPE: [wic]\nROOTFS: [/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612984/tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.rootfs-20241014231922.wic]\nOVMF: ['/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612984/tmp/deploy/images/qemux86-64/ovmf.qcow2']\nCONFFILE: [/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612984/tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.rootfs-20241014231922.qemuboot.conf]\n\nrunqemu - INFO - Using preconfigured tap device tap0\nrunqemu - INFO - If this is not intended, touch /tmp/qemu-tap-locks/tap0.skip to make runqemu skip tap0.\nrunqemu - INFO - Network configuration: ip=192.168.7.2::192.168.7.1:255.255.255.0::eth0:off:8.8.8.8 net.ifnames=0\nrunqemu - INFO - Using scsi drive\nrunqemu - INFO - Running /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612984/tmp/work/x86_64-linux/qemu-helper-native/1.0/recipe-sysroot-native/usr/bin/qemu-system-x86_64 -device virtio-net-pci,netdev=net0,mac=52:54:00:12:34:02 -netdev tap,id=net0,ifname=tap0,script=no,downscript=no -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0 -drive if=none,id=hd,file=/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612984/tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.rootfs-20241014231922.wic,format=raw -device virtio-scsi-pci,id=scsi -device scsi-hd,drive=hd -usb -device usb-tablet -usb -device usb-kbd -drive if=pflash,format=qcow2,file=/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612984/tmp/deploy/images/qemux86-64/ovmf.qcow2   -cpu IvyBridge -machine q35,i8042=off -smp 4 -enable-kvm -m 256 -serial tcp:127.0.0.1:36253,nodelay=on -serial tcp:127.0.0.1:53529,nodelay=on  -pidfile /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612984/pidfile_612984  -S -qmp unix:./.8wfnouhf,server,wait -qmp unix:./.13bk6sva,server,nowait -nographic  \n\nrunqemu - INFO - Host uptime: 2000219.05\n\n\nWaiting at most 1000 seconds for login banner (10/15/24 01:21:15)\nConnection from 127.0.0.1:54718\nReached login banner in 13.87 seconds (10/15/24 01:21:29)\nLogged in as root in serial console\n",
                "status": "FAILED"
            },
            "kerneldevelopment.KernelDev.test_apply_patches": {
                "duration": 146.91751718521118,
                "status": "PASSED"
            },
            "layerappend.LayerAppendTests.test_layer_appends": {
                "duration": 72.07845735549927,
                "status": "PASSED"
            },
            "liboe.LibOE.test_copy_hardlink_tree_count": {
                "duration": 0.04293084144592285,
                "status": "PASSED"
            },
            "liboe.LibOE.test_copy_tree_special": {
                "duration": 0.023572444915771484,
                "status": "PASSED"
            },
            "liboe.LibOE.test_copy_tree_xattr": {
                "duration": 21.54533290863037,
                "status": "PASSED"
            },
            "lic_checksum.LicenseTests.test_checksum_with_space": {
                "duration": 48.51476812362671,
                "status": "PASSED"
            },
            "lic_checksum.LicenseTests.test_nonmatching_checksum": {
                "duration": 30.662580251693726,
                "status": "PASSED"
            },
            "locales.LocalesTest.test_locales_off": {
                "duration": 88.05390882492065,
                "status": "PASSED"
            },
            "locales.LocalesTest.test_locales_on": {
                "duration": 53.428009271621704,
                "status": "PASSED"
            },
            "manifest.VerifyManifest.test_SDK_manifest_entries": {
                "duration": 362.62023544311523,
                "status": "PASSED"
            },
            "manifest.VerifyManifest.test_image_manifest_entries": {
                "duration": 14.328829288482666,
                "status": "PASSED"
            },
            "minidebuginfo.Minidebuginfo.test_minidebuginfo": {
                "duration": 129.8526954650879,
                "status": "PASSED"
            },
            "multiconfig.MultiConfig.test_multiconfig": {
                "duration": 528.1959698200226,
                "status": "PASSED"
            },
            "multiconfig.MultiConfig.test_multiconfig_inlayer": {
                "duration": 42.954535245895386,
                "status": "PASSED"
            },
            "multiconfig.MultiConfig.test_multiconfig_reparse": {
                "duration": 77.54323148727417,
                "status": "PASSED"
            },
            "newlib.NewlibTest.test_newlib": {
                "duration": 30.880104541778564,
                "status": "PASSED"
            },
            "oelib.buildhistory.TestBlobParsing.test_blob_to_dict": {
                "duration": 1.2162551879882812,
                "status": "PASSED"
            },
            "oelib.buildhistory.TestBlobParsing.test_compare_dict_blobs": {
                "duration": 1.2025210857391357,
                "status": "PASSED"
            },
            "oelib.buildhistory.TestBlobParsing.test_compare_dict_blobs_default": {
                "duration": 1.6110329627990723,
                "status": "PASSED"
            },
            "oelib.buildhistory.TestFileListCompare.test_compare_file_lists": {
                "duration": 0.12463521957397461,
                "status": "PASSED"
            },
            "oelib.elf.TestElf.test_machine_name": {
                "duration": 0.0004954338073730469,
                "status": "PASSED"
            },
            "oelib.license.TestComplexCombinations.test_tests": {
                "duration": 0.0015172958374023438,
                "status": "PASSED"
            },
            "oelib.license.TestIsIncluded.test_tests": {
                "duration": 0.002359628677368164,
                "status": "PASSED"
            },
            "oelib.license.TestSimpleCombinations.test_tests": {
                "duration": 0.003156423568725586,
                "status": "PASSED"
            },
            "oelib.license.TestSingleLicense.test_invalid_licenses": {
                "duration": 0.0005602836608886719,
                "status": "PASSED"
            },
            "oelib.license.TestSingleLicense.test_single_licenses": {
                "duration": 0.0005288124084472656,
                "status": "PASSED"
            },
            "oelib.path.TestRealPath.test_loop": {
                "duration": 0.006708383560180664,
                "status": "PASSED"
            },
            "oelib.path.TestRealPath.test_norm": {
                "duration": 0.006072998046875,
                "status": "PASSED"
            },
            "oelib.path.TestRealPath.test_phys": {
                "duration": 0.0024356842041015625,
                "status": "PASSED"
            },
            "oelib.types.TestBooleanType.test_bool_equality": {
                "duration": 0.0006864070892333984,
                "status": "PASSED"
            },
            "oelib.types.TestBooleanType.test_false": {
                "duration": 0.0008757114410400391,
                "status": "PASSED"
            },
            "oelib.types.TestBooleanType.test_invalid": {
                "duration": 0.0010418891906738281,
                "status": "PASSED"
            },
            "oelib.types.TestBooleanType.test_true": {
                "duration": 0.0011224746704101562,
                "status": "PASSED"
            },
            "oelib.types.TestList.test_list_nosep": {
                "duration": 0.0008063316345214844,
                "status": "PASSED"
            },
            "oelib.types.TestList.test_list_usersep": {
                "duration": 0.0006966590881347656,
                "status": "PASSED"
            },
            "oelib.utils.TestMultiprocessLaunch.test_multiprocesslaunch": {
                "duration": 0.027772903442382812,
                "status": "PASSED"
            },
            "oelib.utils.TestPackagesFilterOutSystem.test_filter": {
                "duration": 0.0011463165283203125,
                "status": "PASSED"
            },
            "oelib.utils.TestTrimVersion.test_num_exception": {
                "duration": 0.0006144046783447266,
                "status": "PASSED"
            },
            "oelib.utils.TestTrimVersion.test_valid": {
                "duration": 0.0007052421569824219,
                "status": "PASSED"
            },
            "oelib.utils.TestTrimVersion.test_version_exception": {
                "duration": 0.0008752346038818359,
                "status": "PASSED"
            },
            "oescripts.BuildhistoryDiffTests.test_buildhistory_diff": {
                "duration": 61.06174087524414,
                "status": "PASSED"
            },
            "oescripts.OEGitproxyTests.test_oegitproxy_help": {
                "duration": 0.023641109466552734,
                "status": "PASSED"
            },
            "oescripts.OEGitproxyTests.test_oegitproxy_proxy": {
                "duration": 0.21872591972351074,
                "status": "PASSED"
            },
            "oescripts.OEGitproxyTests.test_oegitproxy_proxy_dash": {
                "duration": 0.17578482627868652,
                "status": "PASSED"
            },
            "oescripts.OEListPackageconfigTests.test_packageconfig_flags_default": {
                "duration": 147.9734308719635,
                "status": "PASSED"
            },
            "oescripts.OEListPackageconfigTests.test_packageconfig_flags_help": {
                "duration": 0.1790323257446289,
                "status": "PASSED"
            },
            "oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_all": {
                "duration": 157.97287464141846,
                "status": "PASSED"
            },
            "oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_flags": {
                "duration": 156.39576697349548,
                "status": "PASSED"
            },
            "oescripts.OEListPackageconfigTests.test_packageconfig_flags_options_preferred_only": {
                "duration": 159.60823822021484,
                "status": "PASSED"
            },
            "oescripts.OEPybootchartguyTests.test_pybootchartguy_help": {
                "duration": 0.36222243309020996,
                "status": "PASSED"
            },
            "oescripts.OEPybootchartguyTests.test_pybootchartguy_to_generate_build_pdf_output": {
                "duration": 0.45614051818847656,
                "status": "PASSED"
            },
            "oescripts.OEPybootchartguyTests.test_pybootchartguy_to_generate_build_png_output": {
                "duration": 0.24680018424987793,
                "status": "PASSED"
            },
            "oescripts.OEPybootchartguyTests.test_pybootchartguy_to_generate_build_svg_output": {
                "duration": 0.28313374519348145,
                "status": "PASSED"
            },
            "oescripts.OeRunNativeTest.test_oe_run_native": {
                "duration": 44.609078884124756,
                "status": "PASSED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_all_required_variables_set": {
                "duration": 186.87909150123596,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_conflict": {
                "duration": 11.585503816604614,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_is_missing": {
                "duration": 95.73177719116211,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_lower_layer_access": {
                "duration": 92.27483820915222,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_original": {
                "duration": 104.13930535316467,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_preinit": {
                "duration": 92.79942011833191,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_read_only": {
                "duration": 103.1314446926117,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "overlayfs.OverlayFSTests.test_correct_image_fstab": {
                "duration": 30.247825622558594,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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-ubuntu/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-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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.\nRemoving 1 recipes from the allarch sysroot...done.\nRemoving 3 recipes from the core2-64 sysroot...done.\nRemoving 5 recipes from the qemux86_64 sysroot...done.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.8.0\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0.4\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"stable/scarthgap-nut:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f1b6299ea40>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f1b62542d50>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f1b6017d360>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-2' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f1b6299ea40>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f1b62542d50>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f1b6017d360>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-15 01:15:41,721 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-612972/conf/local.conf\n2024-10-15 01:15:41,722 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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": 96.82509160041809,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "overlayfs.OverlayFSTests.test_distro_features_missing": {
                "duration": 57.07662749290466,
                "status": "PASSED"
            },
            "overlayfs.OverlayFSTests.test_mount_unit_not_set": {
                "duration": 12.201492547988892,
                "status": "PASSED"
            },
            "overlayfs.OverlayFSTests.test_not_all_units_installed": {
                "duration": 88.28097295761108,
                "status": "PASSED"
            },
            "overlayfs.OverlayFSTests.test_not_all_units_installed_but_qa_skipped": {
                "duration": 64.89405155181885,
                "status": "PASSED"
            },
            "overlayfs.OverlayFSTests.test_wrong_mount_unit_set": {
                "duration": 10.964008331298828,
                "status": "PASSED"
            },
            "package.PackageTests.test_gdb_hardlink_debug": {
                "duration": 78.88425755500793,
                "status": "PASSED"
            },
            "package.PackageTests.test_package_name_conflict": {
                "duration": 30.67352819442749,
                "status": "PASSED"
            },
            "package.PackageTests.test_preserve_ownership": {
                "duration": 118.39948153495789,
                "status": "PASSED"
            },
            "package.PackageTests.test_preserve_sparse_hardlinks": {
                "duration": 52.54240703582764,
                "status": "PASSED"
            },
            "package.VersionOrdering.test_dpkg": {
                "duration": 0.019312381744384766,
                "status": "PASSED"
            },
            "package.VersionOrdering.test_opkg": {
                "duration": 0.025985240936279297,
                "status": "PASSED"
            },
            "package.VersionOrdering.test_rpm": {
                "duration": 0.13205695152282715,
                "status": "PASSED"
            },
            "pkgdata.OePkgdataUtilTests.test_find_path": {
                "duration": 3.3380258083343506,
                "status": "PASSED"
            },
            "pkgdata.OePkgdataUtilTests.test_glob": {
                "duration": 2.441958427429199,
                "status": "PASSED"
            },
            "pkgdata.OePkgdataUtilTests.test_list_pkg_files": {
                "duration": 12.007747173309326,
                "status": "PASSED"
            },
            "pkgdata.OePkgdataUtilTests.test_list_pkgs": {
                "duration": 8.24848484992981,
                "status": "PASSED"
            },
            "pkgdata.OePkgdataUtilTests.test_lookup_pkg": {
                "duration": 2.1966452598571777,
                "status": "PASSED"
            },
            "pkgdata.OePkgdataUtilTests.test_lookup_recipe": {
                "duration": 2.754141092300415,
                "status": "PASSED"
            },
            "pkgdata.OePkgdataUtilTests.test_no_param": {
                "duration": 1.012308120727539,
                "status": "PASSED"
            },
            "pkgdata.OePkgdataUtilTests.test_read_value": {
                "duration": 1.299534797668457,
                "status": "PASSED"
            },
            "pkgdata.OePkgdataUtilTests.test_specify_pkgdatadir": {
                "duration": 1.3235907554626465,
                "status": "PASSED"
            },
            "prservice.BitbakePrTests.test_import_export_override_db": {
                "duration": 258.6061339378357,
                "status": "PASSED"
            },
            "prservice.BitbakePrTests.test_import_export_replace_db": {
                "duration": 193.8388249874115,
                "status": "PASSED"
            },
            "prservice.BitbakePrTests.test_pr_service_deb_arch_dep": {
                "duration": 75.66886520385742,
                "status": "PASSED"
            },
            "prservice.BitbakePrTests.test_pr_service_deb_arch_indep": {
                "duration": 43.058659076690674,
                "status": "PASSED"
            },
            "prservice.BitbakePrTests.test_pr_service_ipk_arch_dep": {
                "duration": 73.48860621452332,
                "status": "PASSED"
            },
            "prservice.BitbakePrTests.test_pr_service_ipk_arch_indep": {
                "duration": 29.527976751327515,
                "status": "PASSED"
            },
            "prservice.BitbakePrTests.test_pr_service_rpm_arch_dep": {
                "duration": 72.93309664726257,
                "status": "PASSED"
            },
            "prservice.BitbakePrTests.test_pr_service_rpm_arch_indep": {
                "duration": 31.001255750656128,
                "status": "PASSED"
            },
            "prservice.BitbakePrTests.test_stopping_prservice_message": {
                "duration": 0.964531421661377,
                "status": "PASSED"
            },
            "pseudo.Pseudo.test_pseudo_pyc_creation": {
                "duration": 45.542561531066895,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add": {
                "duration": 26.0145103931427,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add_bindir": {
                "duration": 6.812460899353027,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add_machine": {
                "duration": 6.595677852630615,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_alternatives": {
                "duration": 15.646019220352173,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_basic": {
                "duration": 7.344826936721802,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_binary": {
                "duration": 2.491333484649658,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_extlayer": {
                "duration": 3.236553192138672,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_inst_func": {
                "duration": 6.917554616928101,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_inst_glob": {
                "duration": 7.729119300842285,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_inst_todir_glob": {
                "duration": 6.884122133255005,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_invalid": {
                "duration": 5.3495423793792725,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_orig": {
                "duration": 6.5755603313446045,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_patch": {
                "duration": 6.611408472061157,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_postinstall": {
                "duration": 8.27857255935669,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_renamed": {
                "duration": 6.668103933334351,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_script": {
                "duration": 6.9421985149383545,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_subdir": {
                "duration": 6.716658115386963,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_todir": {
                "duration": 6.871973276138306,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_wildcard": {
                "duration": 6.481475353240967,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic": {
                "duration": 39.108794927597046,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic_wildcard": {
                "duration": 18.58940887451172,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri": {
                "duration": 13.531101942062378,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri_diff_params": {
                "duration": 16.480780839920044,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_machine": {
                "duration": 28.20889449119568,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_replace_file_srcdir": {
                "duration": 30.989378213882446,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_srcdir_basic": {
                "duration": 16.819373607635498,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic": {
                "duration": 10.913153409957886,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic_dirdest": {
                "duration": 10.61241888999939,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_update_recipe_basic": {
                "duration": 10.22013545036316,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic": {
                "duration": 23.477890968322754,
                "status": "PASSED"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic_subdir": {
                "duration": 18.029029846191406,
                "status": "PASSED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create": {
                "duration": 28.329127550125122,
                "status": "PASSED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_autotools": {
                "duration": 24.043076515197754,
                "status": "PASSED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_cmake": {
                "duration": 8.48831033706665,
                "status": "PASSED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_git_http": {
                "duration": 9.383109092712402,
                "status": "PASSED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcbranch": {
                "duration": 7.566983461380005,
                "status": "PASSED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_branch": {
                "duration": 7.571409225463867,
                "status": "PASSED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_master": {
                "duration": 7.914771556854248,
                "status": "PASSED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_github": {
                "duration": 10.016374826431274,
                "status": "PASSED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_github_tarball": {
                "duration": 9.463396549224854,
                "status": "PASSED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_go": {
                "duration": 51.68455410003662,
                "status": "PASSED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_go_replace_modules": {
                "duration": 19.30679488182068,
                "status": "PASSED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_npm": {
                "duration": 1.8822429180145264,
                "log": "Test needs meta-oe for nodejs\n",
                "status": "SKIPPED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_flit_core_buildapi": {
                "duration": 0.09920549392700195,
                "log": "Test requires python 3.11 or above for tomllib module or tomli module\n",
                "status": "SKIPPED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_hatchling": {
                "duration": 0.06699776649475098,
                "log": "Test requires python 3.11 or above for tomllib module or tomli module\n",
                "status": "SKIPPED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_maturin": {
                "duration": 0.06170821189880371,
                "log": "Test requires python 3.11 or above for tomllib module or tomli module\n",
                "status": "SKIPPED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_mesonpy": {
                "duration": 0.031157255172729492,
                "log": "Test requires python 3.11 or above for tomllib module or tomli module\n",
                "status": "SKIPPED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_poetry_core_masonry_api": {
                "duration": 0.04197049140930176,
                "log": "Test requires python 3.11 or above for tomllib module or tomli module\n",
                "status": "SKIPPED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_setuptools_build_meta": {
                "duration": 0.060301780700683594,
                "log": "Test requires python 3.11 or above for tomllib module or tomli module\n",
                "status": "SKIPPED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools": {
                "duration": 9.72657060623169,
                "status": "PASSED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi": {
                "duration": 24.48808717727661,
                "status": "PASSED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi_tarball": {
                "duration": 8.185458660125732,
                "status": "PASSED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_simple": {
                "duration": 6.898102521896362,
                "status": "PASSED"
            },
            "recipetool.RecipetoolTests.test_recipetool_handle_license_vars": {
                "duration": 2.057859420776367,
                "status": "PASSED"
            },
            "recipetool.RecipetoolTests.test_recipetool_load_plugin": {
                "duration": 3.754972457885742,
                "status": "PASSED"
            },
            "recipetool.RecipetoolTests.test_recipetool_split_pkg_licenses": {
                "duration": 0.014739751815795898,
                "status": "PASSED"
            },
            "recipeutils.RecipeUtilsTests.test_patch_recipe_appends": {
                "duration": 0.09782958030700684,
                "status": "PASSED"
            },
            "recipeutils.RecipeUtilsTests.test_patch_recipe_singleappend": {
                "duration": 0.05745363235473633,
                "status": "PASSED"
            },
            "recipeutils.RecipeUtilsTests.test_patch_recipe_varflag": {
                "duration": 0.04725241661071777,
                "status": "PASSED"
            },
            "recipeutils.RecipeUtilsTests.test_split_var_value": {
                "duration": 0.0040264129638671875,
                "status": "PASSED"
            },
            "recipeutils.RecipeUtilsTests.test_validate_pn": {
                "duration": 0.003911495208740234,
                "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.004762411117553711,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_can_match_non_static_ptest_names": {
                "duration": 0.004839658737182617,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_can_not_compare_non_ltp_tests": {
                "duration": 0.004830360412597656,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_machine_matches": {
                "duration": 0.004549264907836914,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_machine_mismatches": {
                "duration": 0.004854917526245117,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_merge_can_merged_results": {
                "duration": 0.0043680667877197266,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_metadata_matching_is_only_checked_for_relevant_test_type": {
                "duration": 0.0045092105865478516,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_regression_can_get_regression_base_target_pair": {
                "duration": 0.004903554916381836,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_regression_can_get_regression_result": {
                "duration": 0.004491090774536133,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_report_can_aggregate_test_result": {
                "duration": 0.00450444221496582,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_results_with_matching_metadata_can_be_compared": {
                "duration": 0.005623579025268555,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_results_with_mismatching_metadata_can_not_be_compared": {
                "duration": 0.005482673645019531,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_results_without_metadata_can_be_compared": {
                "duration": 0.005753040313720703,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_target_result_with_missing_metadata_can_not_be_compared": {
                "duration": 0.00558924674987793,
                "status": "PASSED"
            },
            "rootfspostcommandstests.ShadowUtilsTidyFiles.test_shadowutils_backup_files": {
                "duration": 21.1042799949646,
                "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": 3.618349313735962,
                "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": 9.964287757873535,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_list_not_found": {
                "duration": 0.004996538162231445,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_list_okay": {
                "duration": 0.06565332412719727,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_log": {
                "duration": 0.005143165588378906,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_log_split": {
                "duration": 0.004909038543701172,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_no_shell": {
                "duration": 0.004492759704589844,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_output": {
                "duration": 0.005014896392822266,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_output_split": {
                "duration": 0.0047588348388671875,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_result_assertion": {
                "duration": 0.02241063117980957,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_result_exception": {
                "duration": 0.008514165878295898,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_result_false": {
                "duration": 0.010077476501464844,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_result_okay": {
                "duration": 0.023329496383666992,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_shell": {
                "duration": 0.009353160858154297,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_stdin": {
                "duration": 0.00717616081237793,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_stdin_timeout": {
                "duration": 10.008174180984497,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_timeout": {
                "duration": 10.008923768997192,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_timeout_split": {
                "duration": 10.007976055145264,
                "status": "PASSED"
            },
            "runqemu.RunqemuTests.test_boot_deploy": {
                "duration": 139.43480944633484,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runqemu.RunqemuTests.test_boot_deploy_hddimg": {
                "duration": 23.75081729888916,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runqemu.RunqemuTests.test_boot_machine": {
                "duration": 22.70037579536438,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runqemu.RunqemuTests.test_boot_machine_ext4": {
                "duration": 21.186441898345947,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runqemu.RunqemuTests.test_boot_machine_iso": {
                "duration": 23.07233953475952,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runqemu.RunqemuTests.test_boot_machine_slirp": {
                "duration": 21.153698444366455,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runqemu.RunqemuTests.test_boot_machine_slirp_qcow2": {
                "duration": 27.309852838516235,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runqemu.RunqemuTests.test_boot_qemu_boot": {
                "duration": 20.78560185432434,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runqemu.RunqemuTests.test_boot_recipe_image": {
                "duration": 28.11389708518982,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runqemu.RunqemuTests.test_boot_recipe_image_vdi": {
                "duration": 24.455650329589844,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runqemu.RunqemuTests.test_boot_recipe_image_vmdk": {
                "duration": 28.576755046844482,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runqemu.RunqemuTests.test_boot_rootfs": {
                "duration": 22.221471786499023,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runtime_test.Postinst.test_failing_postinst": {
                "duration": 34.22148871421814,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/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.10/unittest/case.py\", line 1250, in assertGreaterEqual\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.10/unittest/case.py\", line 675, 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:f91058cfd63ceeacb55832ceb9f9e0aa86c6ca55\"\nmeta-selftest        = \"master:18770e36912065c94f3f2bedac2a9e1b7ea40b6f\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-1041' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f865d6733e0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f865d672500>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f8657035fc0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 205, in wrapper:\n             def wrapper(*args, **kwargs):\n    >            return self.loop.run_until_complete(downcall(*args, **kwargs))\n     \n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in _UnixSelectorEventLoop.run_until_complete(future=<Task finished name='Task-1041' coro=<AsyncClient.get_unihash_batch() done, defined at /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py:172> exception=ConnectionError(\"Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\")>):\n     \n    >        return future.result()\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 173, in AsyncClient.get_unihash_batch(args=<generator object SignatureGeneratorUniHashMixIn.get_unihashes.<locals>.<genexpr> at 0x7f865d6733e0>):\n         async def get_unihash_batch(self, args):\n    >        result = await self.send_stream_batch(\n                 self.MODE_GET_STREAM,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 122, in AsyncClient.send_stream_batch(mode=1, msgs=<generator object AsyncClient.get_unihash_batch.<locals>.<genexpr> at 0x7f865d672500>):\n     \n    >        return await self._send_wrapper(proc)\n     \n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 154, in AsyncClient._send_wrapper(proc=<function AsyncClient.send_stream_batch.<locals>.proc at 0x7f8657035fc0>):\n                         if not isinstance(e, ConnectionError):\n    >                        raise ConnectionError(str(e))\n                         raise e\nConnectionError: Multiple exceptions: [Errno 111] Connect call failed ('2a01:4f9:c012:55ce::1', 443, 0, 0), [Errno 111] Connect call failed ('95.216.144.101', 443)\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-10-15 01:15:41,723 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-613011/conf/local.conf\n2024-10-15 01:15:41,723 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-10-15 01:20:27,523 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.Postinst.test_postinst_rootfs_and_boot_systemd": {
                "duration": 426.0061659812927,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runtime_test.Postinst.test_postinst_rootfs_and_boot_sysvinit": {
                "duration": 314.6432354450226,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runtime_test.SystemTap.test_crosstap_helloworld": {
                "duration": 186.59758853912354,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runtime_test.SystemTap.test_crosstap_pstree": {
                "duration": 36.309141874313354,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runtime_test.SystemTap.test_crosstap_syscalls_by_pid": {
                "duration": 64.85124158859253,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runtime_test.SystemTap.test_crosstap_syscalls_by_proc": {
                "duration": 41.60560059547424,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runtime_test.TestExport.test_testexport_basic": {
                "duration": 156.66915702819824,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runtime_test.TestExport.test_testexport_sdk": {
                "duration": 153.81210446357727,
                "status": "PASSED"
            },
            "runtime_test.TestImage.test_testimage_apt": {
                "duration": 158.4651744365692,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runtime_test.TestImage.test_testimage_dnf": {
                "duration": 104.375661611557,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runtime_test.TestImage.test_testimage_install": {
                "duration": 96.51067352294922,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runtime_test.TestImage.test_testimage_slirp": {
                "duration": 82.86187815666199,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runtime_test.TestImage.test_testimage_virgl_gtk_sdl": {
                "duration": 113.69107699394226,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "runtime_test.TestImage.test_testimage_virgl_headless": {
                "duration": 49.72256588935852,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "selftest.ExternalLayer.test_list_imported": {
                "duration": 0.011564016342163086,
                "status": "PASSED"
            },
            "signing.LockedSignatures.test_locked_signatures": {
                "duration": 118.70607137680054,
                "status": "PASSED"
            },
            "signing.Signing.test_signing_packages": {
                "duration": 124.33298754692078,
                "status": "PASSED"
            },
            "signing.Signing.test_signing_sstate_archive": {
                "duration": 157.53535079956055,
                "status": "PASSED"
            },
            "spdx.SPDXCheck.test_spdx_base_files": {
                "duration": 28.55256986618042,
                "status": "PASSED"
            },
            "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_machine": {
                "duration": 129.0907735824585,
                "status": "PASSED"
            },
            "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_1": {
                "duration": 49.80130171775818,
                "status": "PASSED"
            },
            "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_2": {
                "duration": 78.20349192619324,
                "status": "PASSED"
            },
            "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_3": {
                "duration": 125.26096630096436,
                "status": "PASSED"
            },
            "sstatetests.SStateCleanup.test_cleansstate_task_distro_nonspecific": {
                "duration": 46.315062046051025,
                "status": "PASSED"
            },
            "sstatetests.SStateCleanup.test_cleansstate_task_distro_specific": {
                "duration": 44.0455379486084,
                "status": "PASSED"
            },
            "sstatetests.SStateCleanup.test_cleansstate_task_distro_specific_nonspecific": {
                "duration": 51.897653341293335,
                "status": "PASSED"
            },
            "sstatetests.SStateCreation.test_sstate_creation_distro_nonspecific_fail": {
                "duration": 42.79760003089905,
                "status": "PASSED"
            },
            "sstatetests.SStateCreation.test_sstate_creation_distro_nonspecific_pass": {
                "duration": 41.040767669677734,
                "status": "PASSED"
            },
            "sstatetests.SStateCreation.test_sstate_creation_distro_specific_fail": {
                "duration": 36.282187938690186,
                "status": "PASSED"
            },
            "sstatetests.SStateCreation.test_sstate_creation_distro_specific_pass": {
                "duration": 47.27540397644043,
                "status": "PASSED"
            },
            "sstatetests.SStateDistroTests.test_rebuild_distro_specific_sstate_cross_native_targets": {
                "duration": 48.41212511062622,
                "status": "PASSED"
            },
            "sstatetests.SStateDistroTests.test_rebuild_distro_specific_sstate_cross_target": {
                "duration": 47.08173942565918,
                "status": "PASSED"
            },
            "sstatetests.SStateDistroTests.test_rebuild_distro_specific_sstate_native_target": {
                "duration": 47.16550946235657,
                "status": "PASSED"
            },
            "sstatetests.SStateFindSiginfo.test_sstate_compare_sigfiles_and_find_siginfo": {
                "duration": 1096.644817829132,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs.test_sstate_32_64_same_hash": {
                "duration": 106.00770545005798,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs.test_sstate_nativelsbstring_same_hash": {
                "duration": 117.03673267364502,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs2.test_sstate_allarch_samesigs": {
                "duration": 158.80729269981384,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs2.test_sstate_nativesdk_samesigs_multilib": {
                "duration": 203.48501682281494,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs3.test_sstate_multilib_or_not_native_samesigs": {
                "duration": 80.61939883232117,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs3.test_sstate_sametune_samesigs": {
                "duration": 255.3843433856964,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs4.test_sstate_movelayer_samesigs": {
                "duration": 92.73998951911926,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs4.test_sstate_noop_samesigs": {
                "duration": 151.6215329170227,
                "status": "PASSED"
            },
            "sstatetests.SStatePrintdiff.test_gcc_runtime_vs_gcc_source": {
                "duration": 635.3677093982697,
                "status": "PASSED"
            },
            "sstatetests.SStatePrintdiff.test_image_minimal_vs_base_do_configure": {
                "duration": 604.9764499664307,
                "status": "PASSED"
            },
            "sstatetests.SStatePrintdiff.test_image_minimal_vs_perlcross": {
                "duration": 220.17394495010376,
                "status": "PASSED"
            },
            "sstatetests.SStateTests.test_autorev_sstate_works": {
                "duration": 35.61594009399414,
                "status": "PASSED"
            },
            "sysroot.SysrootTests.test_sysroot_cleanup": {
                "duration": 80.1235773563385,
                "status": "PASSED"
            },
            "sysroot.SysrootTests.test_sysroot_la": {
                "duration": 27.537095069885254,
                "status": "PASSED"
            },
            "sysroot.SysrootTests.test_sysroot_max_shebang": {
                "duration": 12.519093036651611,
                "status": "PASSED"
            },
            "sysroot.SysrootTests.test_sysroot_pkgconfig": {
                "duration": 28.44433307647705,
                "status": "PASSED"
            },
            "systemd_boot.Systemdboot.test_efi_systemdboot_images_can_be_built": {
                "duration": 127.30448150634766,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_datastore_operations": {
                "duration": 0.36486101150512695,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_expand": {
                "duration": 0.10141634941101074,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_getvar": {
                "duration": 0.1011803150177002,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_getvar_bb_origenv": {
                "duration": 0.10103273391723633,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_list_recipes": {
                "duration": 3.5704402923583984,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_parse_recipe": {
                "duration": 3.272371292114258,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_parse_recipe_copy_expand": {
                "duration": 3.693817377090454,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_parse_recipe_custom_data": {
                "duration": 3.678565502166748,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_parse_virtual_recipe": {
                "duration": 3.5977296829223633,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_parse_virtual_recipe_custom_data": {
                "duration": 4.112432241439819,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_setvariable_clean": {
                "duration": 0.30165672302246094,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_variable_history": {
                "duration": 3.849985122680664,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_wait_event": {
                "duration": 0.20207571983337402,
                "status": "PASSED"
            },
            "usergrouptests.UserGroupTests.test_add_task_between_p_sysroot_and_package": {
                "duration": 12.929202795028687,
                "status": "PASSED"
            },
            "usergrouptests.UserGroupTests.test_group_from_dep_package": {
                "duration": 17.58214545249939,
                "status": "PASSED"
            },
            "usergrouptests.UserGroupTests.test_postinst_order": {
                "duration": 7.43183159828186,
                "status": "PASSED"
            },
            "usergrouptests.UserGroupTests.test_static_useradd_from_dynamic": {
                "duration": 122.11674547195435,
                "status": "PASSED"
            },
            "wic.CLITests.test_createhelp": {
                "duration": 0.1493241786956787,
                "status": "PASSED"
            },
            "wic.CLITests.test_help": {
                "duration": 0.29295921325683594,
                "status": "PASSED"
            },
            "wic.CLITests.test_help_create": {
                "duration": 0.15751218795776367,
                "status": "PASSED"
            },
            "wic.CLITests.test_help_kickstart": {
                "duration": 0.15235042572021484,
                "status": "PASSED"
            },
            "wic.CLITests.test_help_list": {
                "duration": 0.15331411361694336,
                "status": "PASSED"
            },
            "wic.CLITests.test_help_overview": {
                "duration": 0.15529465675354004,
                "status": "PASSED"
            },
            "wic.CLITests.test_help_plugins": {
                "duration": 0.1546778678894043,
                "status": "PASSED"
            },
            "wic.CLITests.test_list_images": {
                "duration": 1.43520188331604,
                "status": "PASSED"
            },
            "wic.CLITests.test_list_source_plugins": {
                "duration": 1.4331488609313965,
                "status": "PASSED"
            },
            "wic.CLITests.test_listed_images_help": {
                "duration": 31.732526779174805,
                "status": "PASSED"
            },
            "wic.CLITests.test_listhelp": {
                "duration": 0.15587139129638672,
                "status": "PASSED"
            },
            "wic.CLITests.test_no_command": {
                "duration": 0.15472102165222168,
                "status": "PASSED"
            },
            "wic.CLITests.test_unsupported_subcommand": {
                "duration": 0.1492626667022705,
                "status": "PASSED"
            },
            "wic.CLITests.test_version": {
                "duration": 0.15054845809936523,
                "status": "PASSED"
            },
            "wic.ModifyTests.test_wic_cp": {
                "duration": 54.841318130493164,
                "status": "PASSED"
            },
            "wic.ModifyTests.test_wic_cp_ext": {
                "duration": 20.862568855285645,
                "status": "PASSED"
            },
            "wic.ModifyTests.test_wic_ls": {
                "duration": 20.097151517868042,
                "status": "PASSED"
            },
            "wic.ModifyTests.test_wic_ls_ext": {
                "duration": 19.874202013015747,
                "status": "PASSED"
            },
            "wic.ModifyTests.test_wic_rm": {
                "duration": 28.466054677963257,
                "status": "PASSED"
            },
            "wic.ModifyTests.test_wic_rm_ext": {
                "duration": 25.673487424850464,
                "status": "PASSED"
            },
            "wic.Wic.test_bootloader_config": {
                "duration": 124.53030729293823,
                "status": "PASSED"
            },
            "wic.Wic.test_build_artifacts": {
                "duration": 31.175920724868774,
                "status": "PASSED"
            },
            "wic.Wic.test_build_image_name": {
                "duration": 14.899885654449463,
                "status": "PASSED"
            },
            "wic.Wic.test_build_rootfs_long": {
                "duration": 50.69459271430969,
                "status": "PASSED"
            },
            "wic.Wic.test_build_rootfs_short": {
                "duration": 28.06160855293274,
                "status": "PASSED"
            },
            "wic.Wic.test_change_directory": {
                "duration": 20.429243326187134,
                "status": "PASSED"
            },
            "wic.Wic.test_change_directory_errors": {
                "duration": 32.776456117630005,
                "status": "PASSED"
            },
            "wic.Wic.test_compress_bzip2": {
                "duration": 20.651999711990356,
                "status": "PASSED"
            },
            "wic.Wic.test_compress_gzip": {
                "duration": 17.52005362510681,
                "status": "PASSED"
            },
            "wic.Wic.test_compress_xz": {
                "duration": 29.068655014038086,
                "status": "PASSED"
            },
            "wic.Wic.test_debug_long": {
                "duration": 15.718037605285645,
                "status": "PASSED"
            },
            "wic.Wic.test_debug_short": {
                "duration": 13.811036586761475,
                "status": "PASSED"
            },
            "wic.Wic.test_default_output_dir": {
                "duration": 56.35124349594116,
                "status": "PASSED"
            },
            "wic.Wic.test_efi_bootpart": {
                "duration": 57.71588969230652,
                "status": "PASSED"
            },
            "wic.Wic.test_exclude_path": {
                "duration": 28.595651626586914,
                "status": "PASSED"
            },
            "wic.Wic.test_exclude_path_errors": {
                "duration": 35.50889992713928,
                "status": "PASSED"
            },
            "wic.Wic.test_extra_space": {
                "duration": 18.818414211273193,
                "status": "PASSED"
            },
            "wic.Wic.test_gpt_image": {
                "duration": 20.674801349639893,
                "status": "PASSED"
            },
            "wic.Wic.test_include_path": {
                "duration": 28.439998865127563,
                "status": "PASSED"
            },
            "wic.Wic.test_include_path_embeded": {
                "duration": 32.26346707344055,
                "status": "PASSED"
            },
            "wic.Wic.test_include_path_errors": {
                "duration": 53.9340136051178,
                "status": "PASSED"
            },
            "wic.Wic.test_iso_image": {
                "duration": 87.70497798919678,
                "status": "PASSED"
            },
            "wic.Wic.test_kernel_install": {
                "duration": 25.597307205200195,
                "status": "PASSED"
            },
            "wic.Wic.test_mkefidisk": {
                "duration": 22.643380403518677,
                "status": "PASSED"
            },
            "wic.Wic.test_no_fstab_update": {
                "duration": 29.66658878326416,
                "status": "PASSED"
            },
            "wic.Wic.test_no_fstab_update_errors": {
                "duration": 27.46331787109375,
                "status": "PASSED"
            },
            "wic.Wic.test_no_table": {
                "duration": 15.290032148361206,
                "status": "PASSED"
            },
            "wic.Wic.test_partition_hidden_attributes": {
                "duration": 20.089325428009033,
                "status": "PASSED"
            },
            "wic.Wic.test_permissions": {
                "duration": 215.52851510047913,
                "status": "PASSED"
            },
            "wic.Wic.test_qemux86_directdisk": {
                "duration": 14.044381618499756,
                "status": "PASSED"
            },
            "wic.Wic.test_rootfs_artifacts": {
                "duration": 9.467803478240967,
                "status": "PASSED"
            },
            "wic.Wic.test_rootfs_indirect_recipes": {
                "duration": 14.09767484664917,
                "status": "PASSED"
            },
            "wic.Wic.test_sdimage_bootpart": {
                "duration": 34.133145570755005,
                "status": "PASSED"
            },
            "wic.Wic.test_skip_build_check_long": {
                "duration": 13.840880393981934,
                "status": "PASSED"
            },
            "wic.Wic.test_skip_build_check_short": {
                "duration": 12.206636190414429,
                "status": "PASSED"
            },
            "wic.Wic.test_skip_kernel_install": {
                "duration": 19.882867574691772,
                "status": "PASSED"
            },
            "wic.Wic.test_systemd_bootdisk": {
                "duration": 73.42730283737183,
                "status": "PASSED"
            },
            "wic.Wic.test_wrong_compressor": {
                "duration": 0.17539048194885254,
                "status": "PASSED"
            },
            "wic.Wic2.test_biosplusefi_plugin": {
                "duration": 180.20146989822388,
                "status": "PASSED"
            },
            "wic.Wic2.test_biosplusefi_plugin_qemu": {
                "duration": 35.706276178359985,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "wic.Wic2.test_bmap_long": {
                "duration": 17.973678827285767,
                "status": "PASSED"
            },
            "wic.Wic2.test_bmap_short": {
                "duration": 16.315746784210205,
                "status": "PASSED"
            },
            "wic.Wic2.test_efi_plugin_unified_kernel_image_qemu": {
                "duration": 96.03408622741699,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "wic.Wic2.test_empty_plugin": {
                "duration": 75.32458686828613,
                "status": "PASSED"
            },
            "wic.Wic2.test_empty_zeroize_plugin": {
                "duration": 27.796806573867798,
                "status": "PASSED"
            },
            "wic.Wic2.test_expand_mbr_image": {
                "duration": 83.21966695785522,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "wic.Wic2.test_extra_space": {
                "duration": 19.615944862365723,
                "status": "PASSED"
            },
            "wic.Wic2.test_fixed_size": {
                "duration": 19.4260573387146,
                "status": "PASSED"
            },
            "wic.Wic2.test_fixed_size_error": {
                "duration": 14.161056518554688,
                "status": "PASSED"
            },
            "wic.Wic2.test_fs_types": {
                "duration": 15.107921361923218,
                "status": "PASSED"
            },
            "wic.Wic2.test_gpt_partition_name": {
                "duration": 70.33060956001282,
                "status": "PASSED"
            },
            "wic.Wic2.test_image_bootpart_globbed": {
                "duration": 39.95726156234741,
                "status": "PASSED"
            },
            "wic.Wic2.test_image_env": {
                "duration": 36.80215787887573,
                "status": "PASSED"
            },
            "wic.Wic2.test_image_vars_dir_long": {
                "duration": 4.014944553375244,
                "status": "PASSED"
            },
            "wic.Wic2.test_image_vars_dir_short": {
                "duration": 4.10628080368042,
                "status": "PASSED"
            },
            "wic.Wic2.test_kickstart_parser": {
                "duration": 13.87568736076355,
                "status": "PASSED"
            },
            "wic.Wic2.test_mkfs_extraopts": {
                "duration": 12.914564609527588,
                "status": "PASSED"
            },
            "wic.Wic2.test_offset": {
                "duration": 98.71566438674927,
                "status": "PASSED"
            },
            "wic.Wic2.test_qemu": {
                "duration": 82.7385721206665,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "wic.Wic2.test_qemu_efi": {
                "duration": 92.19344735145569,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "wic.Wic2.test_rawcopy_plugin": {
                "duration": 21.273717164993286,
                "status": "PASSED"
            },
            "wic.Wic2.test_rawcopy_plugin_qemu": {
                "duration": 127.01050734519958,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "wic.Wic2.test_rawcopy_plugin_unpack": {
                "duration": 77.10838794708252,
                "status": "PASSED"
            },
            "wic.Wic2.test_sparse_copy": {
                "duration": 0.016666173934936523,
                "status": "PASSED"
            },
            "wic.Wic2.test_uefi_kernel": {
                "duration": 74.06860327720642,
                "status": "PASSED"
            },
            "wic.Wic2.test_wic_image_type": {
                "duration": 13.53606390953064,
                "status": "PASSED"
            },
            "wrapper.WrapperTests.test_shebang_wrapper": {
                "duration": 7.145386695861816,
                "status": "PASSED"
            },
            "yoctotestresultsquerytests.TestResultsQueryTests.test_create_workdir": {
                "duration": 0.7364215850830078,
                "status": "PASSED"
            },
            "yoctotestresultsquerytests.TestResultsQueryTests.test_get_sha1": {
                "duration": 0.06371808052062988,
                "status": "PASSED"
            }
        }
    }
}