{
    "oeselftest_ubuntu-22.04_qemux86-64_20240412104257": {
        "configuration": {
            "HOST_DISTRO": "ubuntu-22.04",
            "HOST_NAME": "ubuntu2204-ty-3",
            "LAYERS": {
                "meta": {
                    "branch": "master",
                    "commit": "793b31dbf4d2dff123c93b953a761f1a5a461b79",
                    "commit_count": 74054
                },
                "meta-poky": {
                    "branch": "master",
                    "commit": "793b31dbf4d2dff123c93b953a761f1a5a461b79",
                    "commit_count": 74054
                },
                "meta-selftest": {
                    "branch": "master",
                    "commit": "793b31dbf4d2dff123c93b953a761f1a5a461b79",
                    "commit_count": 74054
                },
                "meta-yocto-bsp": {
                    "branch": "master",
                    "commit": "793b31dbf4d2dff123c93b953a761f1a5a461b79",
                    "commit_count": 74054
                }
            },
            "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": "20240412104257",
            "TEST_TYPE": "oeselftest"
        },
        "result": {
            "archiver.Archiver.test_archiver_allows_to_filter_on_recipe_name": {
                "duration": 91.59812521934509,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 34, in test_archiver_allows_to_filter_on_recipe_name\n    bitbake('-c clean %s %s' % (include_recipe, exclude_recipe))\n  File \"/home/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 \"/home/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 initscripts' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60930), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f77ff6158a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f77ff6158a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60930), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f77ff6158a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f77ff6158a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_filters_by_type": {
                "duration": 82.16464614868164,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 65, in test_archiver_filters_by_type\n    bitbake('-c clean %s %s' % (target_recipe, native_recipe))\n  File \"/home/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 \"/home/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 selftest-ed-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57450), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f16cfea5750>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f16cfea5750>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57450), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f16cfea5750>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f16cfea5750>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_filters_by_type_and_name": {
                "duration": 62.27107787132263,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 102, in test_archiver_filters_by_type_and_name\n    bitbake('-c clean %s %s' % (' '.join(target_recipes), ' '.join(native_recipes)))\n  File \"/home/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 \"/home/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 initscripts selftest-ed update-rc.d-native selftest-ed-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 37108), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7b177b57e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7b177b57e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 37108), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7b177b57e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7b177b57e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_configured": {
                "duration": 59.05585861206055,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 207, in test_archiver_mode_configured\n    self._test_archiver_mode('configured', 'selftest-ed-native-1.14.1-r0-configured.tar.xz')\n  File \"/home/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 \"/home/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 \"/home/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:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 32988), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fdde04e4a30>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fdde04e4a30>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 32988), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fdde04e4a30>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fdde04e4a30>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_diff": {
                "duration": 62.34323978424072,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 223, in test_archiver_mode_diff\n    self._test_archiver_mode('patched', 'selftest-ed-native-1.14.1-r0-diff.gz',\n  File \"/home/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 \"/home/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 \"/home/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:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60326), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f96881da6e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f96881da6e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60326), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f96881da6e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f96881da6e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_dumpdata": {
                "duration": 53.11543536186218,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 231, in test_archiver_mode_dumpdata\n    self._test_archiver_mode('patched', 'selftest-ed-native-1.14.1-r0-showdata.dump',\n  File \"/home/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 \"/home/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 \"/home/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:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 52582), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f342a5985b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f342a5985b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 52582), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f342a5985b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f342a5985b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_mirror": {
                "duration": 52.089531898498535,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/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 \"/home/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 \"/home/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 \"/home/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:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58772), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f30fe791810>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f30fe791810>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58772), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f30fe791810>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f30fe791810>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_mirror_combined": {
                "duration": 54.70591378211975,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/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 \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56874), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f97bb410fd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f97bb410fd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56874), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f97bb410fd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f97bb410fd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_mirror_excludes": {
                "duration": 55.7494900226593,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/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 \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 52396), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fef909b4d00>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fef909b4d00>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 52396), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fef909b4d00>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fef909b4d00>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_mirror_gitsm": {
                "duration": 10.526405334472656,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 305, in test_archiver_mode_mirror_gitsm\n    bitbake('-c clean git-submodule-test')\n  File \"/home/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 \"/home/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 git-submodule-test' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58686), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f618a88dc90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f618a88dc90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58686), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f618a88dc90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f618a88dc90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_mirror_gitsm_shallow": {
                "duration": 53.039358139038086,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 333, in test_archiver_mode_mirror_gitsm_shallow\n    bitbake('-c clean git-submodule-test')\n  File \"/home/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 \"/home/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 git-submodule-test' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 48168), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2df1da6e90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2df1da6e90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 48168), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2df1da6e90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2df1da6e90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_original": {
                "duration": 57.373151779174805,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 193, in test_archiver_mode_original\n    self._test_archiver_mode('original', 'ed-1.14.1.tar.lz')\n  File \"/home/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 \"/home/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 \"/home/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:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45348), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8295276770>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8295276770>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45348), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8295276770>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8295276770>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_patched": {
                "duration": 51.416491985321045,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 200, in test_archiver_mode_patched\n    self._test_archiver_mode('patched', 'selftest-ed-native-1.14.1-r0-patched.tar.xz')\n  File \"/home/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 \"/home/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 \"/home/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:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 41118), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f055cf68940>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f055cf68940>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 41118), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f055cf68940>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f055cf68940>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_mode_recipe": {
                "duration": 49.46469235420227,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 214, in test_archiver_mode_recipe\n    self._test_archiver_mode('patched', 'selftest-ed-native-1.14.1-r0-recipe.tar.xz',\n  File \"/home/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 \"/home/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 \"/home/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:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 51124), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faae1c52d70>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faae1c52d70>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 51124), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faae1c52d70>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faae1c52d70>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_multiconfig_shared_unpack_and_patch": {
                "duration": 248.21908116340637,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 144, in test_archiver_multiconfig_shared_unpack_and_patch\n    bitbake('mc:mc1:%s mc:mc2:%s -c %s -S lockedsigs' % (pn, pn, task))\n  File \"/home/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 \"/home/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  mc:mc1:gcc-source-13.2.0 mc:mc2:gcc-source-13.2.0 -c do_unpack_and_patch -S lockedsigs' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...NOTE: Cache: default: Out of date cache found, rebuilding...\nNOTE: Cache: mc1: Out of date cache found, rebuilding...\nNOTE: Cache: mc2: Out of date cache found, rebuilding...\ndone.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 2970 .bb files complete (0 cached, 2970 parsed). 5882 targets, 173 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration (mc:default):\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\n\nBuild Configuration (mc:mc1):\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"arm-poky-linux-gnueabi\"\nMACHINE              = \"qemuarm\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"arm vfp cortexa15 neon thumb callconvention-hard\"\nTARGET_FPU           = \"hard\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\n\nBuild Configuration (mc:mc2):\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"i686-poky-linux\"\nMACHINE              = \"qemux86\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m32 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=16, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34708), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb8625cd0f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb8625cd0f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=16, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34708), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb8625cd0f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb8625cd0f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "archiver.Archiver.test_archiver_srpm_mode": {
                "duration": 47.90993618965149,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 166, in test_archiver_srpm_mode\n    bitbake('-n selftest-nopackages selftest-ed')\n  File \"/home/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 \"/home/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  -n selftest-nopackages selftest-ed' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38410), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f232e2263e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f232e2263e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38410), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f232e2263e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f232e2263e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "baremetal.BaremetalTest.test_baremetal": {
                "duration": 91.61463022232056,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/baremetal.py\", line 14, in test_baremetal\n    bitbake('baremetal-helloworld')\n  File \"/home/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 \"/home/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  baremetal-helloworld' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 83 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-elf\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60862), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7845574a90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7845574a90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60862), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7845574a90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7845574a90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_add_remove": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/home/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 \"/home/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132387/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_createlayer": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/home/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 \"/home/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132387/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_flatten": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/home/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 \"/home/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132387/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_layerindexshowdepends": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/home/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 \"/home/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132387/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_setup": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/home/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 \"/home/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132387/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_showappends": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/home/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 \"/home/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132387/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_showcrossdepends": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/home/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 \"/home/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132387/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_showlayers": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/home/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 \"/home/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132387/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_showoverlayed": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/home/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 \"/home/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132387/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_showrecipes": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/home/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 \"/home/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132387/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_bitbakelayers_updatelayer": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/home/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 \"/home/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132387/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblayers.BitbakeLayers.test_validate_examplelayersjson": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/home/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 \"/home/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  python3-jsonschema-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60882), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f960d39c7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132387/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "bblock.BBLock.test_lock_architecture_specific": {
                "duration": 91.61796450614929,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 127, in test_lock_architecture_specific\n    self.lock_recipes(recipes, tasks)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 55, in lock_recipes\n    result = runCmd(cmd)\n  File \"/home/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 'bblock quilt -t do_compile' returned non-zero exit status 2:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 69 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/command.py\", line 125, in runAsyncCommand\n    commandmethod(self.cmds_async, self, options)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/command.py\", line 787, in getTaskSignatures\n    res = command.cooker.getTaskSignatures(params[0], params[1])\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/cooker.py\", line 1449, in getTaskSignatures\n    rq.rqdata.prepare()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/runqueue.py\", line 1284, in prepare\n    self.prepare_task_hash(tid)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/runqueue.py\", line 1295, in prepare_task_hash\n    self.runtaskentries[tid].unihash = bb.parse.siggen.get_unihash(tid)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/siggen.py\", line 667, in get_unihash\n    return self.get_unihashes([tid])[tid]\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/siggen.py\", line 691, in get_unihashes\n    query_result[tid] = self.client().get_unihash(*args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 178, in wrapper\n    return self.loop.run_until_complete(downcall(*args, **kwargs))\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in run_until_complete\n    return future.result()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 87, in get_unihash\n    await self._set_mode(self.MODE_GET_STREAM)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 78, in _set_mode\n    await normal_to_stream(\"get-stream\")\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 54, in normal_to_stream\n    r = await self.invoke({command: None})\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 141, in invoke\n    result = await self._send_wrapper(proc)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 115, in _send_wrapper\n    await self.connect()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 100, in connect\n    self.socket = await self._connect_sock()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 67, in connect_sock\n    websocket = await websockets.connect(uri, ping_interval=None)\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 622, in __await_impl__\n    transport, protocol = await self._create_connection()\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1103, in create_connection\n    transport, protocol = await self._create_connection_transport(\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _create_connection_transport\n    protocol = protocol_factory()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in __init__\n    super().__init__(**kwargs)\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in __init__\n    self._drain_lock = asyncio.Lock(\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in __init__\n    super().__init__(loop=loop)\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in __init__\n    raise TypeError(\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblock.BBLock.test_lock_multiple_recipe_single_task": {
                "duration": 372.60911417007446,
                "status": "PASSED"
            },
            "bblock.BBLock.test_lock_single_recipe_all_tasks": {
                "duration": 170.13100290298462,
                "status": "PASSED"
            },
            "bblock.BBLock.test_lock_single_recipe_multiple_tasks": {
                "duration": 154.72666382789612,
                "status": "PASSED"
            },
            "bblock.BBLock.test_lock_single_recipe_single_task": {
                "duration": 152.81738877296448,
                "status": "PASSED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_python_loggingA": {
                "duration": 91.60069513320923,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 122, in test_python_exec_func_python_loggingA\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 0 entries from dependency cache.\\nParsing recipes...done.\\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"ubuntu-22.04\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_python\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_python is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 60852), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa8cfa6f520>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa8cfa6f520>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 60852), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa8cfa6f520>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa8cfa6f520>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_python_loggingB": {
                "duration": 82.54926323890686,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 130, in test_python_exec_func_python_loggingB\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 0 entries from dependency cache.\\nParsing recipes...done.\\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_python\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_python is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 57456), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff2e7ddd7e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff2e7ddd7e0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 57456), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff2e7ddd7e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff2e7ddd7e0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_python_loggingC": {
                "duration": 8.167845964431763,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 139, in test_python_exec_func_python_loggingC\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 1961 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.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_exec_func_python, /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_python\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_python is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 42752), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f807251b040>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f807251b040>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 42752), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f807251b040>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f807251b040>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_python_loggingD": {
                "duration": 9.442857503890991,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 147, in test_python_exec_func_python_loggingD\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 1961 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.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_exec_func_python, /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_python\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_python is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 49598), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faf3cecab30>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faf3cecab30>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 49598), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faf3cecab30>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faf3cecab30>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingA": {
                "duration": 9.23276400566101,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 55, in test_python_exec_func_shell_loggingA\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 1961 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_shell\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_shell is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 53696), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7c75fb0ac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7c75fb0ac0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 53696), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7c75fb0ac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7c75fb0ac0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingB": {
                "duration": 9.428297996520996,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 64, in test_python_exec_func_shell_loggingB\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 1961 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_shell\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_shell is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 38170), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f026b6a97e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f026b6a97e0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 38170), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f026b6a97e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f026b6a97e0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingC": {
                "duration": 12.488783121109009,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 73, in test_python_exec_func_shell_loggingC\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 1961 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.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_exec_func_shell, /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_shell\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_shell is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 37554), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e852c57e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e852c57e0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 37554), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e852c57e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e852c57e0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingD": {
                "duration": 10.314579010009766,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 83, in test_python_exec_func_shell_loggingD\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 1961 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.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_exec_func_shell, /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exec_func_shell\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exec_func_shell is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 37098), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4244f661d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4244f661d0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 37098), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4244f661d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4244f661d0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exit_loggingA": {
                "duration": 8.292568445205688,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 92, in test_python_exit_loggingA\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 1961 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exit\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exit is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 34950), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff7c012d7e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff7c012d7e0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 34950), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff7c012d7e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff7c012d7e0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exit_loggingB": {
                "duration": 12.810475826263428,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 99, in test_python_exit_loggingB\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 1961 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exit\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exit is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 35500), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f86737a57e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f86737a57e0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 35500), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f86737a57e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f86737a57e0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exit_loggingC": {
                "duration": 7.256631374359131,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 107, in test_python_exit_loggingC\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 1961 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.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_exit, /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exit\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exit is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 59324), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f569cabecb0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f569cabecb0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 59324), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f569cabecb0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f569cabecb0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_exit_loggingD": {
                "duration": 5.999311447143555,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 114, in test_python_exit_loggingD\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 1961 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.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_exit, /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_exit\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_exit is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 59346), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3a5b7af6a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3a5b7af6a0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 59346), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3a5b7af6a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3a5b7af6a0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_fatal_loggingA": {
                "duration": 9.023324489593506,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 154, in test_python_fatal_loggingA\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 1961 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_fatal\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_fatal is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 33566), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6f9ccb4dc0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6f9ccb4dc0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 33566), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6f9ccb4dc0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6f9ccb4dc0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_fatal_loggingB": {
                "duration": 9.955364465713501,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 162, in test_python_fatal_loggingB\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 1961 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_fatal\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_fatal is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 50464), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbe8dd02b60>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbe8dd02b60>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 50464), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbe8dd02b60>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbe8dd02b60>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_fatal_loggingC": {
                "duration": 9.527146339416504,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 171, in test_python_fatal_loggingC\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 1961 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.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_fatal, /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_fatal\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_fatal is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 32996), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8673367c40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8673367c40>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 32996), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8673367c40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8673367c40>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_python_fatal_loggingD": {
                "duration": 11.656049251556396,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 179, in test_python_fatal_loggingD\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.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 1961 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.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Marking Active Tasks\\nNOTE: Pruned 1928 inactive tasks, 1 left\\nNOTE: Assign Weightings\\nNOTE: Compute totals (have 1 endpoint(s))\\nNOTE: Invalidate task do_pythontest_fatal, /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_pythontest_fatal\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb:do_pythontest_fatal is tainted from a forced run\\nERROR: An uncaught exception occurred in runqueue\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 36344), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb0deb51180>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb0deb51180>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 36344), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb0deb51180>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb0deb51180>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_shell_loggingA": {
                "duration": 8.38002061843872,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/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 'Loading cache...done.\\nLoaded 1961 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_shelltest\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/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 \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 43670), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbf8caf8310>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbf8caf8310>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 43670), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbf8caf8310>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbf8caf8310>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_shell_loggingB": {
                "duration": 8.198432683944702,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/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 1961 entries from dependency cache.\\nNOTE: Resolving any missing task queue dependencies\\n\\nBuild Configuration:\\nBB_VERSION           = \"2.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\n\\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_shelltest\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/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 \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 59940), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd9867f6080>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd9867f6080>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 59940), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd9867f6080>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd9867f6080>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_shell_loggingC": {
                "duration": 10.957446336746216,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/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 1961 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.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\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, /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_shelltest\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/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 \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 43086), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2ca95f57e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2ca95f57e0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 43086), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2ca95f57e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2ca95f57e0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bblogging.BitBakeLogging.test_shell_loggingD": {
                "duration": 8.65861201286316,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/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 1961 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.7.3\"\\nBUILD_SYS            = \"x86_64-linux\"\\nNATIVELSBSTRING      = \"universal\"\\nTARGET_SYS           = \"x86_64-poky-linux\"\\nMACHINE              = \"qemux86-64\"\\nDISTRO               = \"poky\"\\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nTUNE_FEATURES        = \"m64 core2\"\\nTARGET_FPU           = \"\"\\nmeta                 \\nmeta-poky            \\nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\\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, /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb\\nNOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/logging-test/logging-test.bb, do_shelltest\\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/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 \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 47748), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1ba92adea0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1ba92adea0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\nERROR: Running idle function\\nTraceback (most recent call last):\\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=(\\'172.29.10.62\\', 47748), raddr=(\\'34.221.58.120\\', 443)>, protocol_factory=functools.partial(<class \\'websockets.legacy.client.WebSocketClientProtocol\\'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1ba92adea0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname=\\'hashserv.yoctoproject.org\\', server_side=False, ssl_handshake_timeout=None):\\n     \\n    >        protocol = protocol_factory()\\n             waiter = self.create_future()\\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1ba92adea0>], subprotocols=None, extra_headers=None, **kwargs={\\'ping_interval\\': None, \\'ping_timeout\\': 20, \\'close_timeout\\': 10, \\'max_size\\': 1048576, \\'max_queue\\': 32, \\'read_limit\\': 65536, \\'write_limit\\': 65536, \\'loop\\': <_UnixSelectorEventLoop running=False closed=False debug=False>, \\'host\\': \\'hashserv.yoctoproject.org\\', \\'port\\': 443, \\'secure\\': True, \\'legacy_recv\\': False}):\\n             self.extra_headers = extra_headers\\n    >        super().__init__(**kwargs)\\n     \\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host=\\'hashserv.yoctoproject.org\\', port=443, secure=True, legacy_recv=False, timeout=10):\\n     \\n    >        self._drain_lock = asyncio.Lock(\\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\\n         def __init__(self, *, loop=mixins._marker):\\n    >        super().__init__(loop=loop)\\n             self._waiters = None\\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\\n             if loop is not _marker:\\n    >            raise TypeError(\\n                     f\\'As of 3.10, the *loop* parameter was removed from \\'\\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\\n\\n\\nSummary: There was 1 WARNING message.\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_bbappend_order": {
                "duration": 104.86568140983582,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_bitbake_g": {
                "duration": 11.298201322555542,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 127, in test_bitbake_g\n    result = bitbake('-g %s' % recipe)\n  File \"/home/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 \"/home/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  -g base-files' 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 (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/command.py\", line 125, in runAsyncCommand\n    commandmethod(self.cmds_async, self, options)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/command.py\", line 637, in generateDotGraph\n    command.cooker.generateDotGraphFiles(pkgs_to_build, task)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/cooker.py\", line 897, in generateDotGraphFiles\n    depgraph = self.generateTaskDepTreeData(pkgs_to_build, task)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/cooker.py\", line 706, in generateTaskDepTreeData\n    rq.rqdata.prepare()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/runqueue.py\", line 1284, in prepare\n    self.prepare_task_hash(tid)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/runqueue.py\", line 1295, in prepare_task_hash\n    self.runtaskentries[tid].unihash = bb.parse.siggen.get_unihash(tid)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/siggen.py\", line 667, in get_unihash\n    return self.get_unihashes([tid])[tid]\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/siggen.py\", line 691, in get_unihashes\n    query_result[tid] = self.client().get_unihash(*args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 178, in wrapper\n    return self.loop.run_until_complete(downcall(*args, **kwargs))\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in run_until_complete\n    return future.result()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 87, in get_unihash\n    await self._set_mode(self.MODE_GET_STREAM)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 78, in _set_mode\n    await normal_to_stream(\"get-stream\")\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 54, in normal_to_stream\n    r = await self.invoke({command: None})\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 141, in invoke\n    result = await self._send_wrapper(proc)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 115, in _send_wrapper\n    await self.connect()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 100, in connect\n    self.socket = await self._connect_sock()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 67, in connect_sock\n    websocket = await websockets.connect(uri, ping_interval=None)\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 622, in __await_impl__\n    transport, protocol = await self._create_connection()\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1103, in create_connection\n    transport, protocol = await self._create_connection_transport(\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _create_connection_transport\n    protocol = protocol_factory()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in __init__\n    super().__init__(**kwargs)\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in __init__\n    self._drain_lock = asyncio.Lock(\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in __init__\n    super().__init__(loop=loop)\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in __init__\n    raise TypeError(\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_bitbake_invalid_recipe": {
                "duration": 2.5276527404785156,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_bitbake_invalid_target": {
                "duration": 16.732057094573975,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_checkuri": {
                "duration": 17.587119817733765,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 217, in test_checkuri\n    result = runCmd('bitbake -c checkuri m4')\n  File \"/home/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 checkuri m4' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35846), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fac867f8580>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fac867f8580>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35846), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fac867f8580>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fac867f8580>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_continue": {
                "duration": 46.5955855846405,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 227, in test_continue\n    runCmd('bitbake -c cleanall man-db xcursor-transparent-theme')\n  File \"/home/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 cleanall man-db xcursor-transparent-theme' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53666), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5d88862e30>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5d88862e30>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53666), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5d88862e30>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5d88862e30>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_dry_run": {
                "duration": 9.507317781448364,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 178, in test_dry_run\n    result = runCmd('bitbake -n selftest-hello-native')\n  File \"/home/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 -n selftest-hello-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53736), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f08158a74f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f08158a74f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53736), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f08158a74f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f08158a74f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_environment": {
                "duration": 4.231910228729248,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_event_handler": {
                "duration": 52.72548294067383,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 44, in test_event_handler\n    result = bitbake('selftest-hello-native')\n  File \"/home/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 \"/home/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  selftest-hello-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nNOTE: Test for bb.event.BuildStarted\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59334), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f808d10d2a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f808d10d2a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59334), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f808d10d2a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f808d10d2a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_force_task_1": {
                "duration": 20.781468629837036,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 98, in test_force_task_1\n    bitbake('-c clean %s' % test_recipe)\n  File \"/home/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 \"/home/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 zlib' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50470), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f248c7b44f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f248c7b44f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50470), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f248c7b44f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f248c7b44f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_force_task_2": {
                "duration": 10.607985258102417,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/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 \"/home/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 \"/home/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 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33008), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fba6d3317b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fba6d3317b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33008), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fba6d3317b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fba6d3317b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_git_patchtool": {
                "duration": 22.787087202072144,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 323, in test_git_patchtool\n    result = bitbake('{} -c patch'.format(test_recipe), ignore_status=False)\n  File \"/home/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 \"/home/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  man-db -c patch' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59928), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f82bba0d750>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f82bba0d750>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59928), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f82bba0d750>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f82bba0d750>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_git_patchtool2": {
                "duration": 17.854260206222534,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/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 \"/home/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 \"/home/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 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43126), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0ec1e43e80>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0ec1e43e80>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43126), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0ec1e43e80>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0ec1e43e80>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_git_unpack_nonetwork": {
                "duration": 60.01749873161316,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 353, in test_git_unpack_nonetwork\n    bitbake('gitunpackoffline -c fetch')\n  File \"/home/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 \"/home/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  gitunpackoffline -c fetch' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44154), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb1f4adead0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb1f4adead0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44154), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb1f4adead0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb1f4adead0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_git_unpack_nonetwork_fail": {
                "duration": 7.288503408432007,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 366, in test_git_unpack_nonetwork_fail\n    self.assertTrue(re.search(\"Recipe uses a floating tag/branch .* for repo .* without a fixed SRCREV yet doesn't call bb.fetch2.get_srcrev()\", result.output), msg = \"Recipe without PV set to SRCPV should have failed: %s\" % result.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 687, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : Recipe without PV set to SRCPV should have failed: Loading cache...done.\nLoaded 1960 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38286), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6cea1fead0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6cea1fead0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38286), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6cea1fead0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6cea1fead0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_image_manifest": {
                "duration": 12.177031517028809,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 134, in test_image_manifest\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 52592), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3d9dab01c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3d9dab01c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 52592), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3d9dab01c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3d9dab01c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_invalid_patch": {
                "duration": 62.57468366622925,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 79, in test_invalid_patch\n    bitbake('-cclean man-db')\n  File \"/home/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 \"/home/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:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42838), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd19646a650>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd19646a650>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42838), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd19646a650>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd19646a650>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_invalid_recipe_src_uri": {
                "duration": 5.330049753189087,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_just_parse": {
                "duration": 4.584240436553955,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_local_sstate": {
                "duration": 6.333760738372803,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 52, in test_local_sstate\n    bitbake('selftest-hello-native')\n  File \"/home/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 \"/home/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  selftest-hello-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44892), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f557480c1c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f557480c1c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44892), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f557480c1c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f557480c1c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_non_gplv3": {
                "duration": 48.737038373947144,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 239, in test_non_gplv3\n    self.assertEqual(result.status, 0, \"Bitbake failed, exit code %s, output %s\" % (result.status, result.output))\n  File \"/usr/lib/python3.10/unittest/case.py\", line 845, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 838, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : Bitbake failed, exit code 1, output Loading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 76 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43814), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1a841c21a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1a841c21a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43814), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1a841c21a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1a841c21a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_postfile": {
                "duration": 5.177797555923462,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_prefile": {
                "duration": 7.789815425872803,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_rename_downloaded_file": {
                "duration": 60.550350189208984,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 167, in test_rename_downloaded_file\n    self.assertEqual(result.status, 0, msg = \"Couldn't fetch aspell. %s\" % result.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 845, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 838, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : Couldn't fetch aspell. NOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-support/aspell/aspell_0.60.8.1.bb, do_fetch\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 48530), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fec6b663040>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fec6b663040>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 48530), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fec6b663040>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fec6b663040>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_run_bitbake_from_dir_1": {
                "duration": 3.309108257293701,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_run_bitbake_from_dir_2": {
                "duration": 4.138881206512451,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_run_bitbake_from_dir_3": {
                "duration": 3.486206531524658,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_setscene_only": {
                "duration": 4.801975250244141,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 251, in test_setscene_only\n    bitbake(test_recipe)\n  File \"/home/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 \"/home/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  selftest-hello-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 48148), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4c240f8940>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4c240f8940>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 48148), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4c240f8940>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4c240f8940>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_skip_setscene": {
                "duration": 5.159420967102051,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 264, in test_skip_setscene\n    bitbake(test_recipe)\n  File \"/home/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 \"/home/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  selftest-hello-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53714), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7ffe7e96c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7ffe7e96c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53714), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7ffe7e96c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7ffe7e96c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_unexpanded_variable_in_path": {
                "duration": 56.00650191307068,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 376, in test_unexpanded_variable_in_path\n    self.assertTrue(re.search(\"ERROR: Directory name /.* contains unexpanded bitbake variable. This may cause build failures and WORKDIR polution\",\n  File \"/usr/lib/python3.10/unittest/case.py\", line 687, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : mkdirhier with unexpanded variable should have failed: Loading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45358), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1433345f90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1433345f90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45358), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1433345f90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1433345f90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "bbtests.BitbakeTests.test_version": {
                "duration": 6.219477891921997,
                "status": "PASSED"
            },
            "bbtests.BitbakeTests.test_warnings_errors": {
                "duration": 1.037545919418335,
                "status": "PASSED"
            },
            "buildoptions.ArchiverTest.test_arch_work_dir_and_export_source": {
                "duration": 91.59900116920471,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 191, in test_arch_work_dir_and_export_source\n    self.assertEqual(res.status, 0, \"\\nCouldn't build xcursortransparenttheme.\\nbitbake output %s\" % res.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 845, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 838, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : \nCouldn't build xcursortransparenttheme.\nbitbake output Loading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60874), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8a78eb61a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8a78eb61a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60874), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8a78eb61a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8a78eb61a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.BuildhistoryTests.test_buildhistory_basic": {
                "duration": 91.61422419548035,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 146, in test_buildhistory_basic\n    self.run_buildhistory_operation('xcursor-transparent-theme')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/buildhistory.py\", line 39, in run_buildhistory_operation\n    bitbake(\"-cclean %s\" % target)\n  File \"/home/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 \"/home/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 xcursor-transparent-theme' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60944), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f47804197e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f47804197e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60944), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f47804197e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f47804197e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132403/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.BuildhistoryTests.test_buildhistory_buildtime_pr_backwards": {
                "duration": 82.9848096370697,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 152, in test_buildhistory_buildtime_pr_backwards\n    self.run_buildhistory_operation(target, target_config=\"PR = \\\"r1\\\"\", change_bh_location=True)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/buildhistory.py\", line 39, in run_buildhistory_operation\n    bitbake(\"-cclean %s\" % target)\n  File \"/home/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 \"/home/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 xcursor-transparent-theme' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57474), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3178e18d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3178e18d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57474), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3178e18d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3178e18d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132403/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.BuildhistoryTests.test_fileinfo": {
                "duration": 15.11308240890503,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 157, in test_fileinfo\n    bitbake('hicolor-icon-theme')\n  File \"/home/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 \"/home/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  hicolor-icon-theme' 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 (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49578), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f62c0939f90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f62c0939f90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49578), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f62c0939f90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f62c0939f90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132403/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.DiskMonTest.test_stoptask_behavior": {
                "duration": 91.59624218940735,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 67, in test_stoptask_behavior\n    self.assertTrue('ERROR: No new tasks can be executed since the disk space monitor action is \"STOPTASKS\"!' in res.output, msg = \"Tasks should have stopped. Disk monitor is set to STOPTASK: %s\" % res.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 687, in assertTrue\n    raise self.failureException(msg)\nAssertionError: False is not true : Tasks should have stopped. Disk monitor is set to STOPTASK: Loading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60864), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5fd6f457e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5fd6f457e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60864), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5fd6f457e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5fd6f457e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.ImageOptionsTests.test_ccache_tool": {
                "duration": 91.64169931411743,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 40, in test_ccache_tool\n    bitbake(\"ccache-native\")\n  File \"/home/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 \"/home/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  ccache-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60858), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faf4cdc6230>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faf4cdc6230>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60858), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faf4cdc6230>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faf4cdc6230>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.ImageOptionsTests.test_incremental_image_generation": {
                "duration": 24.511624097824097,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 25, in test_incremental_image_generation\n    bitbake(\"-c clean core-image-minimal\")\n  File \"/home/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 \"/home/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 core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50316), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6f8272a1d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6f8272a1d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50316), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6f8272a1d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6f8272a1d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.ImageOptionsTests.test_read_only_image": {
                "duration": 78.78459763526917,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/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 \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49624), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1d378bda50>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1d378bda50>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49624), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1d378bda50>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1d378bda50>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.Poisoning.test_poisoning": {
                "duration": 91.59688019752502,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 239, in test_poisoning\n    self.assertTrue(\"is unsafe for cross-compilation\" in res.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 687, in assertTrue\n    raise self.failureException(msg)\nAssertionError: False is not true\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132429/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.SanityOptionsTest.test_layer_without_git_dir": {
                "duration": 91.59410357475281,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 134, in test_layer_without_git_dir\n    ret = bitbake('-n %s' % test_recipe)\n  File \"/home/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 \"/home/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  -n ed' returned non-zero exit status 1:\nWARNING: Layer meta-dummy should set LAYERSERIES_COMPAT_meta-dummy in its conf/layer.conf file to list the core layer names it is compatible with.\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nWARNING: No bb files in default matched BBFILE_PATTERN_meta-dummy '^/tmp/tmpf49kz4np/meta-dummy/'\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nmeta-dummy           = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60926), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2c0831ae30>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2c0831ae30>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60926), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2c0831ae30>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2c0831ae30>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132435/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "buildoptions.SanityOptionsTest.test_options_warnqa_errorqa_switch": {
                "duration": 100.82464265823364,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 94, in test_options_warnqa_errorqa_switch\n    self.assertTrue(line and line.startswith(\"ERROR:\"), msg=res.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 687, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : NOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb, do_package\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42788), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f408bd301f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f408bd301f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42788), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f408bd301f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f408bd301f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132435/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:46:12,797 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
                "status": "FAILED"
            },
            "buildoptions.ToolchainOptions.test_toolchain_fortran": {
                "duration": 91.6255452632904,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 206, in test_toolchain_fortran\n    bitbake('fortran-helloworld')\n  File \"/home/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 \"/home/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  fortran-helloworld' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 49 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60910), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcc3829a8f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcc3829a8f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60910), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcc3829a8f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcc3829a8f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132446/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "c_cpp.CMakeTests.test_cmake_qemu": {
                "duration": 108.96278071403503,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/c_cpp.py\", line 36, in test_cmake_qemu\n    self._qemu_usermode(\"cmake-example\")\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/c_cpp.py\", line 17, in _qemu_usermode\n    bitbake(\"%s -c run_tests\" % recipe_name)\n  File \"/home/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 \"/home/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  cmake-example -c run_tests' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60890), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f42163aea70>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f42163aea70>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60890), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f42163aea70>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f42163aea70>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132458/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:49,340 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n",
                "status": "FAILED"
            },
            "c_cpp.CMakeTests.test_cmake_qemu_failing": {
                "duration": 81.64183950424194,
                "status": "PASSED"
            },
            "c_cpp.MesonTests.test_meson_qemu": {
                "duration": 105.42853927612305,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/c_cpp.py\", line 53, in test_meson_qemu\n    self._qemu_usermode(\"meson-example\")\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/c_cpp.py\", line 17, in _qemu_usermode\n    bitbake(\"%s -c run_tests\" % recipe_name)\n  File \"/home/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 \"/home/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  meson-example -c run_tests' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60938), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f048db42aa0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f048db42aa0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60938), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f048db42aa0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f048db42aa0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:45,807 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
                "status": "FAILED"
            },
            "c_cpp.MesonTests.test_meson_qemu_failing": {
                "duration": 79.85117530822754,
                "status": "PASSED"
            },
            "containerimage.ContainerImageTests.test_expected_files": {
                "duration": 55.13927102088928,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/containerimage.py\", line 82, in test_expected_files\n    bitbake('container-test-image')\n  File \"/home/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 \"/home/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  container-test-image' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57930), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f21ccfa98a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f21ccfa98a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57930), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f21ccfa98a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f21ccfa98a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "cve_check.CVECheck.test_convert_cve_version": {
                "duration": 0.033097267150878906,
                "status": "PASSED"
            },
            "cve_check.CVECheck.test_image_json": {
                "duration": 92.34990119934082,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/cve_check.py\", line 127, in test_image_json\n    bitbake(\"core-image-minimal-initramfs\")\n  File \"/home/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 \"/home/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-initramfs' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 51 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42758), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6936018fd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6936018fd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42758), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6936018fd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6936018fd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "cve_check.CVECheck.test_recipe_report_json": {
                "duration": 9.798100233078003,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/cve_check.py\", line 93, in test_recipe_report_json\n    bitbake(\"m4-native -c cve_check\")\n  File \"/home/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 \"/home/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  m4-native -c cve_check' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49616), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7adb9618d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7adb9618d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49616), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7adb9618d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7adb9618d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "cve_check.CVECheck.test_recipe_report_json_ignored": {
                "duration": 13.281463146209717,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/cve_check.py\", line 201, in test_recipe_report_json_ignored\n    bitbake(\"logrotate -c cve_check\")\n  File \"/home/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 \"/home/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  logrotate -c cve_check' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53724), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f93078e9c00>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f93078e9c00>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53724), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f93078e9c00>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f93078e9c00>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "cve_check.CVECheck.test_recipe_report_json_unpatched": {
                "duration": 62.661020040512085,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/cve_check.py\", line 165, in test_recipe_report_json_unpatched\n    bitbake(\"m4-native -c cve_check\")\n  File \"/home/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 \"/home/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  m4-native -c cve_check' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 51 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59356), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efe45a47ac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efe45a47ac0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59356), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efe45a47ac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efe45a47ac0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "cve_check.CVECheck.test_version_compare": {
                "duration": 0.014512777328491211,
                "status": "PASSED"
            },
            "debuginfod.Debuginfod.test_debuginfod_native": {
                "status": "UNKNOWN"
            },
            "debuginfod.Debuginfod.test_debuginfod_qemu": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "devtool.DevtoolAddTests.test_devtool_add": {
                "duration": 86.55750918388367,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 387, in test_devtool_add\n    bitbake('%s -c cleansstate' % pn)\n  File \"/home/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 \"/home/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  pv -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (0 cached, 991 parsed). 1962 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42450), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5041248580>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5041248580>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42450), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5041248580>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5041248580>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_binary": {
                "duration": 198.42258167266846,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 420, in test_devtool_add_binary\n    result = runCmd('devtool add  -b %s %s' % (pn, bin_package_path))\n  File \"/home/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 'devtool add  -b tst-bin /tmp/devtoolqaa0fjm_ho/tst-bin.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/workspace\nNOTE: Reconnecting to bitbake server...\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching file:///tmp/devtoolqaa0fjm_ho/tst-bin.tar.gz;subdir=${BPN}...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 54978), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efe489d6ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efe489d6ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 54978), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efe489d6ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efe489d6ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolk1ibbvsa 'file:///tmp/devtoolqaa0fjm_ho/tst-bin.tar.gz'  -x /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/workspace/sources/devtoolsrcjkfxiisf -N tst-bin -b' failed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_fetch": {
                "duration": 201.03397226333618,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 548, in test_devtool_add_fetch\n    result = runCmd('devtool add --no-pypi %s %s -f %s' % (testrecipe, srcdir, url))\n  File \"/home/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 'devtool add --no-pypi python-markupsafe /tmp/devtoolqal2z0hpm4/python-markupsafe -f https://files.pythonhosted.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-0.23.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/workspace\nNOTE: Reconnecting to bitbake server...\nWARNING: -f/--fetch option is deprecated - you can now simply specify the URL to fetch as a positional argument instead\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-0.23.tar.gz...\nLoading cache...done.\nLoaded 1962 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42420), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fca0d5d6ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fca0d5d6ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42420), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fca0d5d6ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fca0d5d6ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtool2wuqxvp4 'https://files.pythonhosted.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-0.23.tar.gz'  -x /tmp/devtoolqal2z0hpm4/python-markupsafe -N python-markupsafe --no-pypi' failed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_fetch_git": {
                "duration": 198.7954273223877,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 593, in test_devtool_add_fetch_git\n    result = runCmd('devtool add %s %s -a -f %s' % (testrecipe, srcdir, url))\n  File \"/home/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 'devtool add mraa /tmp/devtoolqafttwfepi/mraa -a -f gitsm://git.yoctoproject.org/mraa' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/workspace\nNOTE: Reconnecting to bitbake server...\nWARNING: -f/--fetch option is deprecated - you can now simply specify the URL to fetch as a positional argument instead\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching gitsm://git.yoctoproject.org/mraa;branch=master...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36452), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f87651e2c80>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f87651e2c80>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36452), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f87651e2c80>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f87651e2c80>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolqaf5f6nj 'gitsm://git.yoctoproject.org/mraa'  -x /tmp/devtoolqafttwfepi/mraa -N mraa -a' failed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_fetch_simple": {
                "duration": 194.48827958106995,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 640, in test_devtool_add_fetch_simple\n    result = runCmd('devtool add %s' % url)\n  File \"/home/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 'devtool add http://www.ivarch.com/programs/sources/pv-1.6.0.tar.bz2' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/workspace\nNOTE: Reconnecting to bitbake server...\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching http://www.ivarch.com/programs/sources/pv-1.6.0.tar.bz2...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36010), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efc22d12ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efc22d12ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36010), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efc22d12ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efc22d12ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolwktc1ych 'http://www.ivarch.com/programs/sources/pv-1.6.0.tar.bz2'  -x /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/workspace/sources/devtoolsrcj4uhays3' failed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_git_local": {
                "duration": 46.0743670463562,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 433, in test_devtool_add_git_local\n    bitbake('dbus')\n  File \"/home/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 \"/home/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  dbus' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35392), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6a151cf250>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6a151cf250>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35392), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6a151cf250>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6a151cf250>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_git_style1": {
                "duration": 201.89071130752563,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 478, in test_devtool_add_git_style1\n    self._test_devtool_add_git_url(git_url, version, pn, resulting_src_uri)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 292, in _test_devtool_add_git_url\n    result = runCmd('devtool add --version %s %s %s' % (version, pn, git_url))\n  File \"/home/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 'devtool add --version v3.1.0 mbedtls 'git://git@github.com/ARMmbed/mbedtls.git;branch=mbedtls-2.28;protocol=https'' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/workspace\nNOTE: Reconnecting to bitbake server...\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching git://git@github.com/ARMmbed/mbedtls.git;branch=mbedtls-2.28;protocol=https...\nLoading cache...done.\nLoaded 1964 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56196), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe82e07ece0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe82e07ece0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56196), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe82e07ece0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe82e07ece0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolw_ub7392 'git://git@github.com/ARMmbed/mbedtls.git;branch=mbedtls-2.28;protocol=https'  -x /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/workspace/sources/devtoolsrc4o574cf8 -N mbedtls -V v3.1.0' failed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_git_style2": {
                "duration": 192.50940680503845,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 486, in test_devtool_add_git_style2\n    self._test_devtool_add_git_url(git_url, version, pn, resulting_src_uri)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 292, in _test_devtool_add_git_url\n    result = runCmd('devtool add --version %s %s %s' % (version, pn, git_url))\n  File \"/home/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 'devtool add --version v3.1.0 mbedtls 'git://git@github.com/ARMmbed/mbedtls.git;protocol=https'' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/workspace\nNOTE: Reconnecting to bitbake server...\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching git://git@github.com/ARMmbed/mbedtls.git;protocol=https;branch=master...\nLoading cache...done.\nLoaded 1964 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53838), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2c6d331840>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2c6d331840>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53838), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2c6d331840>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2c6d331840>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolfs2hla1v 'git://git@github.com/ARMmbed/mbedtls.git;protocol=https'  -x /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/workspace/sources/devtoolsrc6o4198ra -N mbedtls -V v3.1.0' failed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_library": {
                "duration": 17.354604721069336,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 508, in test_devtool_add_library\n    bitbake('libftdi -c cleansstate')\n  File \"/home/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 \"/home/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  libftdi -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1964 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57392), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb121d92f50>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb121d92f50>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57392), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb121d92f50>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb121d92f50>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\n",
                "status": "FAILED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_npm": {
                "duration": 3.6282761096954346,
                "log": "Test needs meta-oe for nodejs\n",
                "status": "SKIPPED"
            },
            "devtool.DevtoolAddTests.test_devtool_add_python_egg_requires": {
                "duration": 193.92536449432373,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 691, in test_devtool_add_python_egg_requires\n    result = runCmd('devtool add %s %s -f %s' % (testrecipe, srcdir, url))\n  File \"/home/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 'devtool add python3-uvicorn /tmp/devtoolqapapxfova/python3-uvicorn -f https://files.pythonhosted.org/packages/e9/9e/25d59f5043cf763833b2581c8027fa92342c4cf8ee523b498ecdf460c16d/uvicorn-0.14.0.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/workspace\nNOTE: Reconnecting to bitbake server...\nWARNING: -f/--fetch option is deprecated - you can now simply specify the URL to fetch as a positional argument instead\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/e9/9e/25d59f5043cf763833b2581c8027fa92342c4cf8ee523b498ecdf460c16d/uvicorn-0.14.0.tar.gz...\nLoading cache...done.\nLoaded 1964 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60360), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd79c4d9690>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd79c4d9690>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60360), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd79c4d9690>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd79c4d9690>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolx4e28ezh 'https://files.pythonhosted.org/packages/e9/9e/25d59f5043cf763833b2581c8027fa92342c4cf8ee523b498ecdf460c16d/uvicorn-0.14.0.tar.gz'  -x /tmp/devtoolqapapxfova/python3-uvicorn -N python3-uvicorn' failed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\n",
                "status": "FAILED"
            },
            "devtool.DevtoolExtractTests.test_devtool_build_image": {
                "duration": 61.62980771064758,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1822, in test_devtool_build_image\n    bitbake('%s -c clean' % image)\n  File \"/home/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 \"/home/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 -c clean' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59410), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb3e873d420>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb3e873d420>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59410), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb3e873d420>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb3e873d420>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
                "status": "FAILED"
            },
            "devtool.DevtoolExtractTests.test_devtool_deploy_target": {
                "duration": 12.949581861495972,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1759, in test_devtool_deploy_target\n    bitbake(\"%s qemu-native qemu-helper-native\" % testimage)\n  File \"/home/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 \"/home/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  oe-selftest-image qemu-native qemu-helper-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43214), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb6a4c73610>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb6a4c73610>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43214), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb6a4c73610>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb6a4c73610>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "devtool.DevtoolExtractTests.test_devtool_extract": {
                "duration": 244.29785251617432,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1709, in test_devtool_extract\n    result = runCmd('devtool extract matchbox-terminal %s' % tempdir)\n  File \"/home/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 'devtool extract matchbox-terminal /tmp/devtoolqalvia0fvy' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36298), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f28c8b16ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f28c8b16ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36298), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f28c8b16ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f28c8b16ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 429, in extract\n    initial_rev, _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 437, in extract\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
                "status": "FAILED"
            },
            "devtool.DevtoolExtractTests.test_devtool_extract_virtual": {
                "duration": 196.40386128425598,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1719, in test_devtool_extract_virtual\n    result = runCmd('devtool extract virtual/make %s' % tempdir)\n  File \"/home/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 'devtool extract virtual/make /tmp/devtoolqaoomryeuc' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 46814), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff318f92ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff318f92ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 46814), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff318f92ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff318f92ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 429, in extract\n    initial_rev, _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 437, in extract\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
                "status": "FAILED"
            },
            "devtool.DevtoolExtractTests.test_devtool_reset_all": {
                "duration": 197.41521787643433,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1730, in test_devtool_reset_all\n    result = runCmd('devtool modify -x %s %s' % (testrecipe1, os.path.join(tempdir, testrecipe1)))\n  File \"/home/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 'devtool modify -x mdadm /tmp/devtoolqakoh1ajne/mdadm' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47546), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcd3961ead0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcd3961ead0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47546), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcd3961ead0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcd3961ead0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
                "status": "FAILED"
            },
            "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_code_cmake": {
                "duration": 298.2530360221863,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2751, in test_devtool_ide_sdk_code_cmake\n    tempdir = self._devtool_ide_sdk_recipe(\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2455, in _devtool_ide_sdk_recipe\n    result = runCmd('devtool modify %s -x %s' % (recipe_name, tempdir))\n  File \"/home/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 'devtool modify cmake-example -x /tmp/devtoolqabt6402vm' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 37868), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f07004fb520>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f07004fb520>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 37868), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f07004fb520>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f07004fb520>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:16,130 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n",
                "status": "FAILED"
            },
            "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_code_meson": {
                "duration": 285.2041504383087,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2768, in test_devtool_ide_sdk_code_meson\n    tempdir = self._devtool_ide_sdk_recipe(\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2455, in _devtool_ide_sdk_recipe\n    result = runCmd('devtool modify %s -x %s' % (recipe_name, tempdir))\n  File \"/home/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 'devtool modify meson-example -x /tmp/devtoolqalby7vslh' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58284), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f83941ba110>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f83941ba110>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58284), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f83941ba110>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f83941ba110>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:16,130 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 11:05:01,330 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
                "status": "FAILED"
            },
            "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_none_qemu": {
                "duration": 67.7133150100708,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2710, in test_devtool_ide_sdk_none_qemu\n    bitbake(testimage)\n  File \"/home/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 \"/home/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  oe-selftest-image' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34648), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f55a6d1f460>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f55a6d1f460>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34648), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f55a6d1f460>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f55a6d1f460>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:16,130 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 11:05:01,330 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 11:06:09,048 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_plugins": {
                "duration": 203.9623384475708,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2869, in test_devtool_ide_sdk_plugins\n    tempdir = self._devtool_ide_sdk_recipe(\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2455, in _devtool_ide_sdk_recipe\n    result = runCmd('devtool modify %s -x %s' % (recipe_name, tempdir))\n  File \"/home/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 'devtool modify meson-example -x /tmp/devtoolqazpedg9_8' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 51802), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f457ff5aad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f457ff5aad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 51802), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f457ff5aad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f457ff5aad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:16,130 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 11:05:01,330 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 11:06:09,048 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2024-04-12 11:09:32,998 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
                "status": "FAILED"
            },
            "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_shared_sysroots": {
                "duration": 61.82995271682739,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2808, in test_devtool_ide_sdk_shared_sysroots\n    result_init = runCmd(\n  File \"/home/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 'devtool ide-sdk -m shared oe-selftest-image cmake-example meson-example --ide=code' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nINFO: Using image: oe-selftest-image\nINFO: Adding ['cmake-example', 'meson-example'] to the Direct SDK sysroots.\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59920), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efc90b75030>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efc90b75030>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59920), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efc90b75030>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efc90b75030>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/ide_sdk.py\", line 963, in ide_setup\n    exec_build_env_command(\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/__init__.py\", line 47, in exec_build_env_command\n    return exec_watch('%s%s' % (init_prefix, cmd), **options)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/__init__.py\", line 73, in exec_watch\n    raise bb.process.ExecutionError(cmd, process.returncode, buf, None)\nbb.process.ExecutionError: Execution of 'bitbake oe-selftest-image:do_build meta-ide-support:do_build cmake-example:do_populate_sysroot meson-example:do_populate_sysroot' failed with exit code 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59920), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efc90b75030>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efc90b75030>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59920), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efc90b75030>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efc90b75030>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:16,130 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 11:05:01,330 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 11:06:09,048 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2024-04-12 11:09:32,998 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_buildclean": {
                "duration": 47.68040943145752,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 761, in test_devtool_buildclean\n    bitbake('mdadm m4 -c cleansstate')\n  File \"/home/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 \"/home/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 cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53680), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f21580efd90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f21580efd90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53680), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f21580efd90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f21580efd90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify": {
                "duration": 268.4370050430298,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 703, in test_devtool_modify\n    result = runCmd('devtool modify mdadm -x %s' % tempdir)\n  File \"/home/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 'devtool modify mdadm -x /tmp/devtoolqagklbd_bo' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33552), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbed3923fd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbed3923fd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33552), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbed3923fd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbed3923fd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_git": {
                "duration": 16.33455538749695,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 900, in test_devtool_modify_git\n    bitbake('%s -c cleansstate' % testrecipe)\n  File \"/home/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 \"/home/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  psplash -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42842), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f726bbdc610>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f726bbdc610>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42842), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f726bbdc610>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f726bbdc610>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_git_crates_subpath": {
                "duration": 14.93593430519104,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 974, in test_devtool_modify_git_crates_subpath\n    bitbake('%s -c cleansstate' % testrecipe)\n  File \"/home/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 \"/home/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  hello-rs -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58792), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd72f6517e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd72f6517e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58792), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd72f6517e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd72f6517e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_git_no_extract": {
                "duration": 15.253699779510498,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 927, in test_devtool_modify_git_no_extract\n    bitbake('%s -c cleansstate' % testrecipe)\n  File \"/home/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 \"/home/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  psplash -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56860), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9ff7b0d7e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9ff7b0d7e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56860), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9ff7b0d7e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9ff7b0d7e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_invalid": {
                "duration": 125.57939028739929,
                "status": "PASSED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_localfiles": {
                "duration": 19.785375595092773,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1048, in test_devtool_modify_localfiles\n    bitbake('%s -c cleansstate' % testrecipe)\n  File \"/home/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 \"/home/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  lighttpd -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60018), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4de0dad7e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4de0dad7e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60018), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4de0dad7e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4de0dad7e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_localfiles_only": {
                "duration": 16.68106961250305,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 870, in test_devtool_modify_localfiles_only\n    bitbake('%s -c cleansstate' % testrecipe)\n  File \"/home/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 \"/home/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  base-files -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 52664), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f821f8bde10>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f821f8bde10>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 52664), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f821f8bde10>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f821f8bde10>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_multiple_sources": {
                "duration": 13.115429162979126,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1122, in test_devtool_modify_multiple_sources\n    bitbake('%s -c cleansstate' % testrecipe)\n  File \"/home/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 \"/home/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  bzip2 -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45338), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fef42316fe0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fef42316fe0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45338), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fef42316fe0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fef42316fe0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_native": {
                "duration": 200.87629771232605,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 845, in test_devtool_modify_native\n    result = runCmd('devtool modify %s -x %s' % (testrecipe, os.path.join(tempdir, testrecipe)))\n  File \"/home/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 'devtool modify cdrtools-native -x /tmp/devtoolqaf0q6c8v9/cdrtools-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nWARNING: QA Issue: cdrtools-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: devtool-source.bbclass [native-last]\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 46776), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7bcb80d0f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7bcb80d0f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 46776), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7bcb80d0f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7bcb80d0f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_overrides": {
                "duration": 198.41562724113464,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1094, in test_devtool_modify_overrides\n    result = runCmd('devtool modify devtool-patch-overrides -x %s' % (tempdir))\n  File \"/home/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 'devtool modify devtool-patch-overrides -x /tmp/devtoolqaeh2jf16b' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nINFO: SRC_URI contains some conditional appends/prepends - will create branches to represent these\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58932), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2c54865f60>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2c54865f60>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58932), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2c54865f60>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2c54865f60>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "devtool.DevtoolModifyTests.test_devtool_modify_virtual": {
                "duration": 195.32071089744568,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1075, in test_devtool_modify_virtual\n    result = runCmd('devtool modify %s -x %s' % (virtrecipe, tempdir))\n  File \"/home/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 'devtool modify virtual/make -x /tmp/devtoolqa8d6h2rhn' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nINFO: Mapping virtual/make to make\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56324), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7eb4e5ead0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7eb4e5ead0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56324), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7eb4e5ead0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7eb4e5ead0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "devtool.DevtoolTests.test_create_workspace": {
                "duration": 9.342741012573242,
                "status": "PASSED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_finish_modify_git_subdir": {
                "duration": 52.65735650062561,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1597, in test_devtool_finish_modify_git_subdir\n    bitbake('%s -c cleansstate' % testrecipe)\n  File \"/home/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 \"/home/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  dos2unix -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53710), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fae6607a800>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fae6607a800>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53710), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fae6607a800>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fae6607a800>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_git_submodules": {
                "duration": 313.25037002563477,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1670, in test_devtool_git_submodules\n    result = runCmd('devtool modify %s %s' % (recipe, tempdir))\n  File \"/home/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 'devtool modify vulkan-samples /tmp/devtoolqat8m71k12' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43096), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff0022c7430>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff0022c7430>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43096), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff0022c7430>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff0022c7430>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe": {
                "duration": 204.377690076828,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1156, in test_devtool_update_recipe\n    result = runCmd('devtool modify %s %s' % (testrecipe, tempdir))\n  File \"/home/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 'devtool modify minicom /tmp/devtoolqac2874nok' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43798), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc684e82ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc684e82ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43798), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc684e82ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc684e82ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_append": {
                "duration": 206.22479510307312,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1243, in test_devtool_update_recipe_append\n    result = runCmd('devtool modify %s -x %s' % (testrecipe, tempsrcdir))\n  File \"/home/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 'devtool modify mdadm -x /tmp/devtoolqaoyx1g47b/source' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 41128), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ffa9bbf2ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ffa9bbf2ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 41128), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ffa9bbf2ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ffa9bbf2ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_append_git": {
                "duration": 203.876473903656,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1316, in test_devtool_update_recipe_append_git\n    result = runCmd('devtool modify %s -x %s' % (testrecipe, tempsrcdir))\n  File \"/home/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 'devtool modify mtd-utils-selftest -x /tmp/devtoolqaqpttsii8/source' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38986), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f04015c6d10>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f04015c6d10>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38986), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f04015c6d10>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f04015c6d10>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_git": {
                "duration": 212.67566537857056,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1193, in test_devtool_update_recipe_git\n    result = runCmd('devtool modify %s -x %s' % (testrecipe, tempdir))\n  File \"/home/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 'devtool modify mtd-utils-selftest -x /tmp/devtoolqakins3rju' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 40758), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbcfe6dead0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbcfe6dead0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 40758), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbcfe6dead0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbcfe6dead0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files": {
                "duration": 203.8621690273285,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1397, in test_devtool_update_recipe_local_files\n    result = runCmd('devtool modify %s -x %s' % (testrecipe, tempdir))\n  File \"/home/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 'devtool modify makedevs -x /tmp/devtoolqaw27g5a8h' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45736), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd19affd870>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd19affd870>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45736), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd19affd870>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd19affd870>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files_2": {
                "duration": 202.28725051879883,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1430, in test_devtool_update_recipe_local_files_2\n    result = runCmd('devtool modify %s -x %s' % (testrecipe, tempdir))\n  File \"/home/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 'devtool modify devtool-test-local -x /tmp/devtoolqa56id07t2' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nINFO: SRC_URI contains some conditional appends/prepends - will create branches to represent these\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 37488), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7e75fdb8b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7e75fdb8b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 37488), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7e75fdb8b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7e75fdb8b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files_3": {
                "duration": 200.1999921798706,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1525, in test_devtool_update_recipe_local_files_3\n    result = runCmd('devtool modify %s' % testrecipe)\n  File \"/home/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 'devtool modify devtool-test-localonly' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nINFO: SRC_URI contains some conditional appends/prepends - will create branches to represent these\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44750), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efd00643700>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efd00643700>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44750), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efd00643700>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7efd00643700>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files_subdir": {
                "duration": 207.38701796531677,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1574, in test_devtool_update_recipe_local_files_subdir\n    result = runCmd('devtool modify %s' % testrecipe)\n  File \"/home/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 'devtool modify devtool-test-subdir' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57020), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1c21985c30>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1c21985c30>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57020), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1c21985c30>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1c21985c30>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_patch_gz": {
                "duration": 206.51679372787476,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1546, in test_devtool_update_recipe_local_patch_gz\n    result = runCmd('devtool modify %s' % testrecipe)\n  File \"/home/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 'devtool modify devtool-test-patch-gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 40528), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9d81776ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9d81776ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 40528), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9d81776ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9d81776ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_long_filename": {
                "duration": 210.7483048439026,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1500, in test_devtool_update_recipe_long_filename\n    result = runCmd('devtool modify %s' % testrecipe)\n  File \"/home/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 'devtool modify devtool-test-long-filename' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 51532), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f081facdc30>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f081facdc30>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 51532), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f081facdc30>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f081facdc30>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpdateTests.test_devtool_update_recipe_with_gitignore": {
                "duration": 202.56761980056763,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1473, in test_devtool_update_recipe_with_gitignore\n    result = runCmd('devtool modify %s' % testrecipe)\n  File \"/home/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 'devtool modify devtool-test-ignored' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 51500), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f075d2dee90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f075d2dee90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 51500), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f075d2dee90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f075d2dee90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_finish_modify_origlayer": {
                "duration": 291.42160177230835,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2188, in test_devtool_finish_modify_origlayer\n    recipe, oldrecipefile, recipedir, filesdir = self._setup_test_devtool_finish_modify()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2168, in _setup_test_devtool_finish_modify\n    result = runCmd('devtool modify %s %s' % (recipe, tempdir))\n  File \"/home/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 'devtool modify mdadm /tmp/devtoolqae668s4ua' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47750), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fae6465c2b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fae6465c2b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47750), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fae6465c2b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fae6465c2b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_finish_modify_otherlayer": {
                "duration": 203.83916187286377,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2202, in test_devtool_finish_modify_otherlayer\n    recipe, oldrecipefile, recipedir, filesdir = self._setup_test_devtool_finish_modify()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2168, in _setup_test_devtool_finish_modify\n    result = runCmd('devtool modify %s %s' % (recipe, tempdir))\n  File \"/home/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 'devtool modify mdadm /tmp/devtoolqaxj3tbbrj' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43818), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3ab5a42ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3ab5a42ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43818), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3ab5a42ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3ab5a42ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_finish_update_patch": {
                "duration": 210.1869294643402,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2261, in test_devtool_finish_update_patch\n    result = runCmd('devtool modify %s %s' % (recipe, tempdir))\n  File \"/home/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 'devtool modify sysdig-selftest /tmp/devtoolqaawr2p0xs' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39034), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fae26abead0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fae26abead0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39034), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fae26abead0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fae26abead0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 886, in modify\n    initial_revs[\".\"], _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 1028, in modify\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_finish_upgrade_origlayer": {
                "duration": 204.23403668403625,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2098, in test_devtool_finish_upgrade_origlayer\n    recipe, oldrecipefile, recipedir, olddir, newversion, patchfn, backportedpatchfn = self._setup_test_devtool_finish_upgrade()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2078, in _setup_test_devtool_finish_upgrade\n    result = runCmd('devtool upgrade %s %s -V %s' % (recipe, tempdir, newversion))\n  File \"/home/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 'devtool upgrade devtool-upgrade-test1 /tmp/devtoolqa9zglwzn0 -V 1.6.0' 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 (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nINFO: Extracting current version source...\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 52158), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6328d5e1d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6328d5e1d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 52158), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6328d5e1d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6328d5e1d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/upgrade.py\", line 594, in upgrade\n    rev1, srcsubdir1 = standard._extract_source(srctree, False, 'devtool-orig', False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/upgrade.py\", line 622, in upgrade\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_finish_upgrade_otherlayer": {
                "duration": 211.355872631073,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2125, in test_devtool_finish_upgrade_otherlayer\n    recipe, oldrecipefile, recipedir, olddir, newversion, patchfn, backportedpatchfn = self._setup_test_devtool_finish_upgrade()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2078, in _setup_test_devtool_finish_upgrade\n    result = runCmd('devtool upgrade %s %s -V %s' % (recipe, tempdir, newversion))\n  File \"/home/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 'devtool upgrade devtool-upgrade-test1 /tmp/devtoolqac3zem0wz -V 1.6.0' 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 (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nINFO: Extracting current version source...\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 51578), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f761b94ac50>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f761b94ac50>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 51578), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f761b94ac50>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f761b94ac50>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/upgrade.py\", line 594, in upgrade\n    rev1, srcsubdir1 = standard._extract_source(srctree, False, 'devtool-orig', False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/upgrade.py\", line 622, in upgrade\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_layer_plugins": {
                "duration": 4.564439535140991,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_load_plugin": {
                "duration": 14.36814260482788,
                "status": "PASSED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_rename": {
                "duration": 196.31355667114258,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2299, in test_devtool_rename\n    add_recipe()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2292, in add_recipe\n    result = runCmd('devtool add %s' % url)\n  File \"/home/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 'devtool add http://downloads.yoctoproject.org/mirror/sources/i2c-tools-3.1.2.tar.bz2' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/workspace\nNOTE: Reconnecting to bitbake server...\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching http://downloads.yoctoproject.org/mirror/sources/i2c-tools-3.1.2.tar.bz2...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (989 cached, 2 parsed). 1962 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34658), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc4d52540d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc4d52540d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34658), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc4d52540d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc4d52540d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtool9azksfr4 'http://downloads.yoctoproject.org/mirror/sources/i2c-tools-3.1.2.tar.bz2'  -x /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/workspace/sources/devtoolsrc1t4m_n07' failed\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_upgrade": {
                "duration": 201.84215545654297,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1877, in test_devtool_upgrade\n    result = runCmd('devtool upgrade %s %s -V %s' % (recipe, tempdir, version))\n  File \"/home/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 'devtool upgrade devtool-upgrade-test1 /tmp/devtoolqa4llqch0y -V 1.6.0' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1962 entries from dependency cache.\nINFO: Extracting current version source...\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 37372), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd0edaa5ae0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd0edaa5ae0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 37372), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd0edaa5ae0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd0edaa5ae0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/upgrade.py\", line 594, in upgrade\n    rev1, srcsubdir1 = standard._extract_source(srctree, False, 'devtool-orig', False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/upgrade.py\", line 622, in upgrade\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_upgrade_all_checksums": {
                "duration": 202.36245322227478,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1974, in test_devtool_upgrade_all_checksums\n    result = runCmd('devtool upgrade %s %s -V %s' % (recipe, tempdir, version))\n  File \"/home/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 'devtool upgrade devtool-upgrade-test4 /tmp/devtoolqasbgjo_wk -V 1.6.0' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1962 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nINFO: Extracting current version source...\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50188), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3781029570>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3781029570>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50188), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3781029570>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3781029570>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/upgrade.py\", line 594, in upgrade\n    rev1, srcsubdir1 = standard._extract_source(srctree, False, 'devtool-orig', False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/upgrade.py\", line 622, in upgrade\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_upgrade_drop_md5sum": {
                "duration": 201.57845306396484,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1950, in test_devtool_upgrade_drop_md5sum\n    result = runCmd('devtool upgrade %s %s -V %s' % (recipe, tempdir, version))\n  File \"/home/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 'devtool upgrade devtool-upgrade-test3 /tmp/devtoolqajxexekh1 -V 1.6.0' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/workspace\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1962 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nINFO: Extracting current version source...\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50724), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcf0baac400>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcf0baac400>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50724), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcf0baac400>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcf0baac400>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/upgrade.py\", line 594, in upgrade\n    rev1, srcsubdir1 = standard._extract_source(srctree, False, 'devtool-orig', False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/upgrade.py\", line 622, in upgrade\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_upgrade_git": {
                "duration": 202.5097770690918,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1915, in test_devtool_upgrade_git\n    result = runCmd('devtool upgrade %s %s -S %s' % (recipe, tempdir, commit))\n  File \"/home/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 'devtool upgrade devtool-upgrade-test2 /tmp/devtoolqau28abw8l -S 6cc6077a36fe2648a5f993fe7c16c9632f946517' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1962 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nINFO: Extracting current version source...\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nworkspace            = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36698), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f276d9a8610>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f276d9a8610>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36698), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f276d9a8610>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f276d9a8610>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/upgrade.py\", line 594, in upgrade\n    rev1, srcsubdir1 = standard._extract_source(srctree, False, 'devtool-orig', False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/standard.py\", line 612, in _extract_source\n    res = tinfoil.build_targets(pn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 350, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/devtool\", line 337, in main\n    ret = args.func(args, config, basepath, workspace)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/devtool/upgrade.py\", line 622, in upgrade\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "devtool.DevtoolUpgradeTests.test_devtool_virtual_kernel_modify": {
                "duration": 6.990886211395264,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2362, in test_devtool_virtual_kernel_modify\n    bitbake('%s -c clean' % kernel_provider)\n  File \"/home/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 \"/home/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  linux-yocto -c clean' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39242), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f713dae69b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f713dae69b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39242), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f713dae69b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f713dae69b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "distrodata.Distrodata.test_checkpkg": {
                "duration": 0.021582841873168945,
                "log": "Skip by the command line argument \"distrodata.Distrodata.test_checkpkg\"\n",
                "status": "SKIPPED"
            },
            "distrodata.Distrodata.test_maintainers": {
                "duration": 232.21857714653015,
                "status": "PASSED"
            },
            "efibootpartition.GenericEFITest.test_boot_efi": {
                "duration": 65.86539220809937,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/efibootpartition.py\", line 31, in test_boot_efi\n    bitbake(image + \" ovmf\")\n  File \"/home/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 \"/home/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 ovmf' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35520), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f76c72e2950>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f76c72e2950>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35520), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f76c72e2950>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f76c72e2950>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132435/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:46:12,797 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
                "status": "FAILED"
            },
            "esdk.oeSDKExtSelfTest.test_image_generation_binary_feeds": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/esdk.py\", line 86, in setUpClass\n    oeSDKExtSelfTest.generate_eSDK(cls.image)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/esdk.py\", line 45, in generate_eSDK\n    bitbake(pn_task)\n  File \"/home/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 \"/home/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 -c populate_sdk_ext' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57492), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f795dc45d50>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f795dc45d50>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57492), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f795dc45d50>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f795dc45d50>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132446/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "esdk.oeSDKExtSelfTest.test_install_libraries_headers": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/esdk.py\", line 86, in setUpClass\n    oeSDKExtSelfTest.generate_eSDK(cls.image)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/esdk.py\", line 45, in generate_eSDK\n    bitbake(pn_task)\n  File \"/home/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 \"/home/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 -c populate_sdk_ext' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57492), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f795dc45d50>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f795dc45d50>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57492), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f795dc45d50>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f795dc45d50>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132446/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "externalsrc.ExternalSrc.test_externalsrc_srctree_hash_files": {
                "duration": 77.00849199295044,
                "status": "PASSED"
            },
            "fetch.Dependencies.test_dependencies": {
                "duration": 5.0857460498809814,
                "status": "PASSED"
            },
            "fetch.Fetch.test_git_mirrors": {
                "duration": 47.089537382125854,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/fetch.py\", line 34, in test_git_mirrors\n    bitbake(\"dbus-wait -c fetch -f\")\n  File \"/home/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 \"/home/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  dbus-wait -c fetch -f' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb, do_fetch\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50680), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3eda294e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3eda294e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50680), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3eda294e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3eda294e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "fitimage.FitImageTests.test_fit_image": {
                "duration": 57.79290008544922,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 48, in test_fit_image\n    bitbake(image)\n  File \"/home/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 \"/home/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  virtual/kernel' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59948), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f43619d7790>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f43619d7790>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59948), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f43619d7790>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f43619d7790>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "fitimage.FitImageTests.test_initramfs_bundle": {
                "duration": 74.84756708145142,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 756, in test_initramfs_bundle\n    bitbake(\"virtual/kernel\")\n  File \"/home/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 \"/home/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  virtual/kernel' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 69 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"arm-poky-linux-gnueabi\"\nMACHINE              = \"beaglebone-yocto\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"arm vfp cortexa8 neon callconvention-hard\"\nTARGET_FPU           = \"hard\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38280), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa4a2ebfd90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa4a2ebfd90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38280), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa4a2ebfd90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa4a2ebfd90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "fitimage.FitImageTests.test_sign_cascaded_uboot_fit_image": {
                "duration": 55.229164123535156,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 612, in test_sign_cascaded_uboot_fit_image\n    bitbake(\"virtual/bootloader\")\n  File \"/home/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 \"/home/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  virtual/bootloader' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 69 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"arm-poky-linux-gnueabi\"\nMACHINE              = \"qemuarm\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"arm vfp cortexa15 neon thumb callconvention-hard\"\nTARGET_FPU           = \"hard\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43206), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f004019d0c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f004019d0c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43206), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f004019d0c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f004019d0c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "fitimage.FitImageTests.test_sign_fit_image": {
                "duration": 61.35580658912659,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 128, in test_sign_fit_image\n    bitbake(image)\n  File \"/home/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 \"/home/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  virtual/kernel' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 69 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"arm-poky-linux-gnueabi\"\nMACHINE              = \"beaglebone-yocto\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"arm vfp cortexa8 neon callconvention-hard\"\nTARGET_FPU           = \"hard\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56890), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7ae29eb4f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7ae29eb4f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56890), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7ae29eb4f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7ae29eb4f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "fitimage.FitImageTests.test_sign_standalone_uboot_fit_image": {
                "duration": 67.85620284080505,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 457, in test_sign_standalone_uboot_fit_image\n    bitbake(\"virtual/bootloader\")\n  File \"/home/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 \"/home/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  virtual/bootloader' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 69 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"arm-poky-linux-gnueabi\"\nMACHINE              = \"qemuarm\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"arm vfp cortexa15 neon thumb callconvention-hard\"\nTARGET_FPU           = \"hard\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58696), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8368886a10>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8368886a10>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58696), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8368886a10>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8368886a10>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "fitimage.FitImageTests.test_uboot_fit_image": {
                "duration": 61.934919357299805,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 281, in test_uboot_fit_image\n    bitbake(\"virtual/bootloader\")\n  File \"/home/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 \"/home/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  virtual/bootloader' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 69 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"arm-poky-linux-gnueabi\"\nMACHINE              = \"qemuarm\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"arm vfp cortexa15 neon thumb callconvention-hard\"\nTARGET_FPU           = \"hard\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53720), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc377c10cd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc377c10cd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53720), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc377c10cd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc377c10cd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "fitimage.FitImageTests.test_uboot_sign_fit_image": {
                "duration": 57.94511294364929,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 366, in test_uboot_sign_fit_image\n    bitbake(\"virtual/bootloader\")\n  File \"/home/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 \"/home/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  virtual/bootloader' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 69 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"arm-poky-linux-gnueabi\"\nMACHINE              = \"qemuarm\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"arm vfp cortexa15 neon thumb callconvention-hard\"\nTARGET_FPU           = \"hard\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35800), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f54dd7c5330>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f54dd7c5330>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35800), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f54dd7c5330>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f54dd7c5330>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "gdbserver.GdbServerTest.test_gdb_server": {
                "status": "UNKNOWN"
            },
            "gitarchivetests.GitArchiveTests.test_create_first_test_tag": {
                "duration": 1.4782075881958008,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_create_second_test_tag": {
                "duration": 1.8786892890930176,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_get_revs_on_branch": {
                "duration": 0.9953062534332275,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_get_tags_with_only_local_tag": {
                "duration": 1.1231300830841064,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_get_tags_without_valid_remote": {
                "duration": 1.0055034160614014,
                "status": "PASSED"
            },
            "gitarchivetests.GitArchiveTests.test_get_tags_without_valid_remote_and_wrong_url": {
                "duration": 1.1924614906311035,
                "status": "PASSED"
            },
            "gotoolchain.oeGoToolchainSelfTest.test_go_dep_build": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/gotoolchain.py\", line 40, in setUpClass\n    bitbake(\"meta-go-toolchain\")\n  File \"/home/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 \"/home/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  meta-go-toolchain' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56340), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e0e6e4730>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e0e6e4730>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56340), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e0e6e4730>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e0e6e4730>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
                "status": "ERROR"
            },
            "image_typedep.ImageTypeDepTests.test_conversion_typedep_added": {
                "duration": 14.41346025466919,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/image_typedep.py\", line 46, in test_conversion_typedep_added\n    bitbake('-g emptytest')\n  File \"/home/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 \"/home/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  -g emptytest' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/command.py\", line 125, in runAsyncCommand\n    commandmethod(self.cmds_async, self, options)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/command.py\", line 637, in generateDotGraph\n    command.cooker.generateDotGraphFiles(pkgs_to_build, task)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/cooker.py\", line 897, in generateDotGraphFiles\n    depgraph = self.generateTaskDepTreeData(pkgs_to_build, task)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/cooker.py\", line 706, in generateTaskDepTreeData\n    rq.rqdata.prepare()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/runqueue.py\", line 1284, in prepare\n    self.prepare_task_hash(tid)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/runqueue.py\", line 1295, in prepare_task_hash\n    self.runtaskentries[tid].unihash = bb.parse.siggen.get_unihash(tid)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/siggen.py\", line 667, in get_unihash\n    return self.get_unihashes([tid])[tid]\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/siggen.py\", line 691, in get_unihashes\n    query_result[tid] = self.client().get_unihash(*args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 178, in wrapper\n    return self.loop.run_until_complete(downcall(*args, **kwargs))\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in run_until_complete\n    return future.result()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 87, in get_unihash\n    await self._set_mode(self.MODE_GET_STREAM)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 78, in _set_mode\n    await normal_to_stream(\"get-stream\")\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 54, in normal_to_stream\n    r = await self.invoke({command: None})\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 141, in invoke\n    result = await self._send_wrapper(proc)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 115, in _send_wrapper\n    await self.connect()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 100, in connect\n    self.socket = await self._connect_sock()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 67, in connect_sock\n    websocket = await websockets.connect(uri, ping_interval=None)\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 622, in __await_impl__\n    transport, protocol = await self._create_connection()\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1103, in create_connection\n    transport, protocol = await self._create_connection_transport(\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _create_connection_transport\n    protocol = protocol_factory()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in __init__\n    super().__init__(**kwargs)\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in __init__\n    self._drain_lock = asyncio.Lock(\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in __init__\n    super().__init__(loop=loop)\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in __init__\n    raise TypeError(\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:16,130 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 11:05:01,330 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 11:06:09,048 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2024-04-12 11:09:32,998 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_all_users_can_connect_via_ssh_without_password": {
                "duration": 53.347301721572876,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 63, in test_all_users_can_connect_via_ssh_without_password\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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:\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). 1961 targets, 55 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45448), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa6bd119c90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa6bd119c90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45448), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa6bd119c90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa6bd119c90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_bmap": {
                "duration": 49.550458669662476,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 106, in test_bmap\n    bitbake(image)\n  File \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34666), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe59607e410>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe59607e410>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34666), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe59607e410>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe59607e410>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_empty_image": {
                "duration": 49.015894412994385,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 308, in test_empty_image\n    bitbake(image)\n  File \"/home/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 \"/home/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  test-empty-image' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 41096), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f000cfa9ed0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f000cfa9ed0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 41096), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f000cfa9ed0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f000cfa9ed0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_hypervisor_fmts": {
                "duration": 52.576438665390015,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 142, in test_hypervisor_fmts\n    bitbake(image)\n  File \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39378), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fde1e6f00d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fde1e6f00d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39378), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fde1e6f00d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fde1e6f00d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_image_fstypes": {
                "duration": 81.66344666481018,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 219, in test_image_fstypes\n    bitbake(image)\n  File \"/home/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 \"/home/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:\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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44426), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9cfc3f3dc0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9cfc3f3dc0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44426), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9cfc3f3dc0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9cfc3f3dc0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_image_gen_debugfs": {
                "duration": 54.422502756118774,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 290, in test_image_gen_debugfs\n    bitbake(image)\n  File \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49266), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc1c61021a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc1c61021a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49266), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc1c61021a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc1c61021a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_long_chain_conversion": {
                "duration": 53.648693799972534,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 179, in test_long_chain_conversion\n    bitbake(image)\n  File \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56088), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcc71f47eb0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcc71f47eb0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56088), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcc71f47eb0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcc71f47eb0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_mandb": {
                "duration": 48.150198221206665,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 325, in test_mandb\n    bitbake(\"core-image-minimal\")\n  File \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 41346), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2e31bb2ce0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2e31bb2ce0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 41346), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2e31bb2ce0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2e31bb2ce0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_no_busybox_base_utils": {
                "duration": 44.144100189208984,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 271, in test_no_busybox_base_utils\n    bitbake(\"--graphviz core-image-weston\")\n  File \"/home/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 \"/home/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  --graphviz core-image-weston' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 47 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/command.py\", line 125, in runAsyncCommand\n    commandmethod(self.cmds_async, self, options)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/command.py\", line 637, in generateDotGraph\n    command.cooker.generateDotGraphFiles(pkgs_to_build, task)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/cooker.py\", line 897, in generateDotGraphFiles\n    depgraph = self.generateTaskDepTreeData(pkgs_to_build, task)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/cooker.py\", line 706, in generateTaskDepTreeData\n    rq.rqdata.prepare()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/runqueue.py\", line 1284, in prepare\n    self.prepare_task_hash(tid)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/runqueue.py\", line 1295, in prepare_task_hash\n    self.runtaskentries[tid].unihash = bb.parse.siggen.get_unihash(tid)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/siggen.py\", line 667, in get_unihash\n    return self.get_unihashes([tid])[tid]\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/siggen.py\", line 691, in get_unihashes\n    query_result[tid] = self.client().get_unihash(*args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 178, in wrapper\n    return self.loop.run_until_complete(downcall(*args, **kwargs))\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 649, in run_until_complete\n    return future.result()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 87, in get_unihash\n    await self._set_mode(self.MODE_GET_STREAM)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 78, in _set_mode\n    await normal_to_stream(\"get-stream\")\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/hashserv/client.py\", line 54, in normal_to_stream\n    r = await self.invoke({command: None})\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 141, in invoke\n    result = await self._send_wrapper(proc)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 115, in _send_wrapper\n    await self.connect()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 100, in connect\n    self.socket = await self._connect_sock()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/asyncrpc/client.py\", line 67, in connect_sock\n    websocket = await websockets.connect(uri, ping_interval=None)\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 622, in __await_impl__\n    transport, protocol = await self._create_connection()\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1103, in create_connection\n    transport, protocol = await self._create_connection_transport(\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _create_connection_transport\n    protocol = protocol_factory()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in __init__\n    super().__init__(**kwargs)\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in __init__\n    self._drain_lock = asyncio.Lock(\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in __init__\n    super().__init__(loop=loop)\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in __init__\n    raise TypeError(\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_non_root_user_can_connect_via_ssh_without_password": {
                "duration": 51.37711548805237,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 37, in test_non_root_user_can_connect_via_ssh_without_password\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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:\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). 1961 targets, 55 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49374), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9ef8ee7130>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9ef8ee7130>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49374), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9ef8ee7130>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9ef8ee7130>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_useradd_static": {
                "duration": 53.41740155220032,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 245, in test_useradd_static\n    bitbake(\"core-image-base\")\n  File \"/home/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 \"/home/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-base' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 61 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38310), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbfd37f7c40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbfd37f7c40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38310), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbfd37f7c40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbfd37f7c40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "imagefeatures.ImageFeatures.test_wayland_support_in_image": {
                "duration": 12.450728416442871,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 91, in test_wayland_support_in_image\n    bitbake('core-image-weston')\n  File \"/home/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 \"/home/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-weston' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 37174), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7febaf0fa530>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7febaf0fa530>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 37174), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7febaf0fa530>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7febaf0fa530>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_and_license": {
                "duration": 49.207186222076416,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 122, in test_bash_and_license\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50498), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f514a6595a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f514a6595a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50498), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f514a6595a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f514a6595a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132403/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_default": {
                "duration": 53.48491406440735,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/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: Loading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47734), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7366e3b070>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7366e3b070>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47734), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7366e3b070>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7366e3b070>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132403/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_license_exceptions": {
                "duration": 60.71072244644165,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 133, in test_bash_license_exceptions\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38282), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27c34d9cf0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27c34d9cf0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38282), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27c34d9cf0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27c34d9cf0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132403/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_or_license": {
                "duration": 46.614776372909546,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 128, in test_bash_or_license\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43184), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fdba278ebc0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fdba278ebc0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43184), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fdba278ebc0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fdba278ebc0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132403/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license": {
                "duration": 4.408806085586548,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias": {
                "duration": 3.9980502128601074,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias_wildcard": {
                "duration": 3.5011467933654785,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_wildcard": {
                "duration": 3.944392204284668,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_all_licenses_wildcard": {
                "duration": 3.5657236576080322,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_license_alias_wildcard": {
                "duration": 3.8294031620025635,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_licenses_wildcard": {
                "duration": 3.868579626083374,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTests.test_incompatible_nonspdx_license": {
                "duration": 51.64926075935364,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license": {
                "duration": 48.221360206604004,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_alias": {
                "duration": 6.16791296005249,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_wildcard": {
                "duration": 52.88934779167175,
                "status": "PASSED"
            },
            "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_licenses": {
                "duration": 49.02062487602234,
                "status": "PASSED"
            },
            "incompatible_lic.NoGPL3InImagesTests.test_core_image_full_cmdline_weston": {
                "duration": 78.22843194007874,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 150, in test_core_image_full_cmdline_weston\n    bitbake('core-image-full-cmdline core-image-weston')\n  File \"/home/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 \"/home/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-full-cmdline core-image-weston' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=14, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38276), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f20e5e2caf0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f20e5e2caf0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=14, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38276), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f20e5e2caf0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f20e5e2caf0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132429/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/conf/distro/include/maintainers.inc in /home/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). 1961 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": 48.72439193725586,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/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 \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43194), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faa4875e410>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faa4875e410>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43194), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faa4875e410>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faa4875e410>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132429/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/conf/distro/include/maintainers.inc in /home/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). 1961 targets, 23 skipped, 0 masked, 0 errors.\n\nSummary: There was 1 WARNING message.\n",
                "status": "FAILED"
            },
            "intercept.GitCheck.test_git_intercept": {
                "duration": 60.58339166641235,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/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 \"/home/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 \"/home/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:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43676), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe70e8baf50>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe70e8baf50>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43676), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe70e8baf50>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe70e8baf50>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132435/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:46:12,797 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
                "status": "FAILED"
            },
            "kerneldevelopment.KernelDev.test_apply_patches": {
                "duration": 63.64725971221924,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/kerneldevelopment.py\", line 45, in test_apply_patches\n    runCmd('bitbake virtual/kernel -c patch')\n  File \"/home/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 virtual/kernel -c patch' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (0 cached, 991 parsed). 1962 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nmeta-kerneltest      = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34960), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe409b5e8f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe409b5e8f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34960), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe409b5e8f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe409b5e8f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132446/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "layerappend.LayerAppendTests.test_layer_appends": {
                "duration": 70.50620722770691,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/layerappend.py\", line 88, in test_layer_appends\n    bitbake(\"layerappendtest\")\n  File \"/home/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 \"/home/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  layerappendtest' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1962 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nmeta-layertest0      \nmeta-layertest1      \nmeta-layertest2      = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43110), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5904352320>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5904352320>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43110), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5904352320>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5904352320>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132458/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:49,340 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:46:10,972 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n",
                "status": "FAILED"
            },
            "liboe.LibOE.test_copy_hardlink_tree_count": {
                "duration": 0.01800680160522461,
                "status": "PASSED"
            },
            "liboe.LibOE.test_copy_tree_special": {
                "duration": 0.014697790145874023,
                "status": "PASSED"
            },
            "liboe.LibOE.test_copy_tree_xattr": {
                "duration": 7.831888437271118,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/liboe.py\", line 60, in test_copy_tree_xattr\n    bitbake(\"attr-native\")\n  File \"/home/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 \"/home/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  attr-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=12, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53670), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f000c824280>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f000c824280>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=12, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53670), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f000c824280>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f000c824280>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:45,807 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 10:46:05,658 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 5c78928d6e1cd960eeca2a8402cdd0d7eb9e6bf894e2b95d7caf190289434999 to 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 7ba40f049815ffb7b0a33e9d8636382852e2c306fd72803becdf8a242f35dc4f to 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 8b6d3e62ca4cabb6a4d843077f644139e10a79c7132546edc65076dc2462d466 to 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 13e6d841b22c0400d37f595d1c1cb01a6ebb12e7dda059c575557da6f9075f88 to 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a to 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a to d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be to 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d to a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b to 21d7bd721c7b2183fbcced7bc95ba084e13cd3211381404871045e9899316ba7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0 to 20792160315255c2d055f154d887a5ab35d184b7c88571bfb36d271bc7eca147. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e to 3cc3de9f481bc56a892d4520d4493a2142763d1f60584b1a8fb2743b9255c205. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d to aa76b5ade00315fa47ad6a31da14399cbac318378c3ab4314815a01bdcaf2a7b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "lic_checksum.LicenseTests.test_checksum_with_space": {
                "duration": 48.86605501174927,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/lic_checksum.py\", line 30, in test_checksum_with_space\n    result = bitbake(bitbake_cmd)\n  File \"/home/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 \"/home/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 populate_lic emptytest' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45912), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8b873b58d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8b873b58d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45912), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8b873b58d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8b873b58d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "lic_checksum.LicenseTests.test_nonmatching_checksum": {
                "duration": 6.723907232284546,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/lic_checksum.py\", line 51, in test_nonmatching_checksum\n    result = bitbake(bitbake_cmd)\n  File \"/home/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 \"/home/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 populate_lic emptytest' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45924), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5ca3f25870>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5ca3f25870>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45924), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5ca3f25870>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5ca3f25870>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "locales.LocalesTest.test_locales_off": {
                "duration": 56.28558802604675,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/locales.py\", line 54, in test_locales_off\n    self.run_locales_test(False)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/locales.py\", line 26, in run_locales_test\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39050), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f446f6e29e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f446f6e29e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39050), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f446f6e29e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f446f6e29e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "locales.LocalesTest.test_locales_on": {
                "duration": 56.107584953308105,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/locales.py\", line 51, in test_locales_on\n    self.run_locales_test(True)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/locales.py\", line 26, in run_locales_test\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 40902), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f443a922410>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f443a922410>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 40902), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f443a922410>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f443a922410>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "manifest.VerifyManifest.test_SDK_manifest_entries": {
                "status": "UNKNOWN"
            },
            "manifest.VerifyManifest.test_image_manifest_entries": {
                "status": "UNKNOWN"
            },
            "minidebuginfo.Minidebuginfo.test_minidebuginfo": {
                "duration": 119.0783908367157,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/minidebuginfo.py\", line 27, in test_minidebuginfo\n    bitbake(\"{} {}:do_addto_recipe_sysroot\".format(image, binutils))\n  File \"/home/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 \"/home/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 binutils-cross-x86_64:do_addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 54424), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9d168c4310>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9d168c4310>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 54424), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9d168c4310>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9d168c4310>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "multiconfig.MultiConfig.test_multiconfig": {
                "duration": 104.69797825813293,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/multiconfig.py\", line 43, in test_multiconfig\n    bitbake('core-image-full-cmdline')\n  File \"/home/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 \"/home/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-full-cmdline' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...WARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-tiny: assuming that \"qemux86\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86.rootfs\"\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-musl: assuming that \"qemux86-64\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86-64.rootfs\"\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-tiny: assuming that \"qemux86\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86.rootfs\"\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-musl: assuming that \"qemux86-64\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86-64.rootfs\"\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-tiny: assuming that \"qemux86\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86.rootfs\"\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-musl: assuming that \"qemux86-64\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86-64.rootfs\"\ndone.\nParsing of 2970 .bb files complete (0 cached, 2970 parsed). 5884 targets, 413 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration (mc:default):\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\n\nBuild Configuration (mc:tiny):\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"i686-poky-linux-musl\"\nMACHINE              = \"qemux86\"\nDISTRO               = \"poky-tiny\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m32 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\n\nBuild Configuration (mc:musl):\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux-musl\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57106), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fdf4df6f790>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fdf4df6f790>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57106), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fdf4df6f790>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fdf4df6f790>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 6 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
                "status": "FAILED"
            },
            "multiconfig.MultiConfig.test_multiconfig_inlayer": {
                "duration": 76.53390622138977,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/multiconfig.py\", line 87, in test_multiconfig_inlayer\n    bitbake('mc:muslmc:bash -n')\n  File \"/home/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 \"/home/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  mc:muslmc:bash -n' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...WARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-musl: assuming that \"qemux86-64\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86-64.rootfs\"\nWARNING: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: multiconfig-image-packager-musl: assuming that \"qemux86-64\" built for \"core-image-minimal\" has IMAGE_LINK_NAME \"core-image-minimal-qemux86-64.rootfs\"\ndone.\nParsing of 1980 .bb files complete (0 cached, 1980 parsed). 3923 targets, 109 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration (mc:default):\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\n\nBuild Configuration (mc:muslmc):\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux-musl\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 40348), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f253c120b80>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f253c120b80>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 40348), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f253c120b80>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f253c120b80>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
                "status": "FAILED"
            },
            "multiconfig.MultiConfig.test_multiconfig_reparse": {
                "duration": 73.38595628738403,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/multiconfig.py\", line 65, in test_multiconfig_reparse\n    result = bitbake('mc:test:multiconfig-test-parse -c showvar')\n  File \"/home/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 \"/home/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  mc:test:multiconfig-test-parse -c showvar' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 1980 .bb files complete (0 cached, 1980 parsed). 3922 targets, 104 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration (mc:default):\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\n\nBuild Configuration (mc:test):\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45726), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f64db321090>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f64db321090>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45726), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f64db321090>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f64db321090>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
                "status": "FAILED"
            },
            "newlib.NewlibTest.test_newlib": {
                "duration": 49.832974672317505,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/newlib.py\", line 13, in test_newlib\n    bitbake(\"newlib libgloss\")\n  File \"/home/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 \"/home/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  newlib libgloss' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 83 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-elf\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57954), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3d76fddb10>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3d76fddb10>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57954), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3d76fddb10>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3d76fddb10>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:16,130 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 11:05:01,330 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 11:06:09,048 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2024-04-12 11:09:32,998 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
                "status": "FAILED"
            },
            "oelib.buildhistory.TestBlobParsing.test_blob_to_dict": {
                "duration": 4.191514253616333,
                "status": "PASSED"
            },
            "oelib.buildhistory.TestBlobParsing.test_compare_dict_blobs": {
                "duration": 3.034641742706299,
                "status": "PASSED"
            },
            "oelib.buildhistory.TestBlobParsing.test_compare_dict_blobs_default": {
                "duration": 3.7488484382629395,
                "status": "PASSED"
            },
            "oelib.buildhistory.TestFileListCompare.test_compare_file_lists": {
                "duration": 0.2366046905517578,
                "status": "PASSED"
            },
            "oelib.elf.TestElf.test_machine_name": {
                "duration": 0.0020341873168945312,
                "status": "PASSED"
            },
            "oelib.license.TestComplexCombinations.test_tests": {
                "duration": 0.002800464630126953,
                "status": "PASSED"
            },
            "oelib.license.TestIsIncluded.test_tests": {
                "duration": 0.0038840770721435547,
                "status": "PASSED"
            },
            "oelib.license.TestSimpleCombinations.test_tests": {
                "duration": 0.01231837272644043,
                "status": "PASSED"
            },
            "oelib.license.TestSingleLicense.test_invalid_licenses": {
                "duration": 0.0015909671783447266,
                "status": "PASSED"
            },
            "oelib.license.TestSingleLicense.test_single_licenses": {
                "duration": 0.002279520034790039,
                "status": "PASSED"
            },
            "oelib.path.TestRealPath.test_loop": {
                "duration": 0.007540464401245117,
                "status": "PASSED"
            },
            "oelib.path.TestRealPath.test_norm": {
                "duration": 0.006522417068481445,
                "status": "PASSED"
            },
            "oelib.path.TestRealPath.test_phys": {
                "duration": 0.004605770111083984,
                "status": "PASSED"
            },
            "oelib.types.TestBooleanType.test_bool_equality": {
                "duration": 0.0019185543060302734,
                "status": "PASSED"
            },
            "oelib.types.TestBooleanType.test_false": {
                "duration": 0.0024008750915527344,
                "status": "PASSED"
            },
            "oelib.types.TestBooleanType.test_invalid": {
                "duration": 0.002830028533935547,
                "status": "PASSED"
            },
            "oelib.types.TestBooleanType.test_true": {
                "duration": 0.0031943321228027344,
                "status": "PASSED"
            },
            "oelib.types.TestList.test_list_nosep": {
                "duration": 0.0019965171813964844,
                "status": "PASSED"
            },
            "oelib.types.TestList.test_list_usersep": {
                "duration": 0.002460002899169922,
                "status": "PASSED"
            },
            "oelib.utils.TestMultiprocessLaunch.test_multiprocesslaunch": {
                "duration": 0.06658196449279785,
                "status": "PASSED"
            },
            "oelib.utils.TestPackagesFilterOutSystem.test_filter": {
                "status": "UNKNOWN"
            },
            "oelib.utils.TestTrimVersion.test_num_exception": {
                "duration": 0.001650094985961914,
                "status": "PASSED"
            },
            "oelib.utils.TestTrimVersion.test_valid": {
                "duration": 0.0020422935485839844,
                "status": "PASSED"
            },
            "oelib.utils.TestTrimVersion.test_version_exception": {
                "duration": 0.0025136470794677734,
                "status": "PASSED"
            },
            "oescripts.BuildhistoryDiffTests.test_buildhistory_diff": {
                "duration": 53.02237057685852,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 20, in test_buildhistory_diff\n    self.run_buildhistory_operation(target, target_config=\"PR = \\\"r1\\\"\", change_bh_location=True)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/buildhistory.py\", line 39, in run_buildhistory_operation\n    bitbake(\"-cclean %s\" % target)\n  File \"/home/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 \"/home/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 xcursor-transparent-theme' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 55930), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1ca97c3280>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1ca97c3280>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 55930), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1ca97c3280>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1ca97c3280>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
                "status": "FAILED"
            },
            "oescripts.OEGitproxyTests.test_oegitproxy_help": {
                "duration": 0.0677337646484375,
                "status": "PASSED"
            },
            "oescripts.OEGitproxyTests.test_oegitproxy_proxy": {
                "duration": 0.5278596878051758,
                "status": "PASSED"
            },
            "oescripts.OEGitproxyTests.test_oegitproxy_proxy_dash": {
                "duration": 0.16776728630065918,
                "status": "PASSED"
            },
            "oescripts.OEListPackageconfigTests.test_packageconfig_flags_default": {
                "duration": 482.7233159542084,
                "status": "PASSED"
            },
            "oescripts.OEListPackageconfigTests.test_packageconfig_flags_help": {
                "duration": 0.5479965209960938,
                "status": "PASSED"
            },
            "oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_all": {
                "duration": 502.56776428222656,
                "status": "PASSED"
            },
            "oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_flags": {
                "duration": 499.44069719314575,
                "status": "PASSED"
            },
            "oescripts.OEListPackageconfigTests.test_packageconfig_flags_options_preferred_only": {
                "duration": 553.623069524765,
                "status": "PASSED"
            },
            "oescripts.OEPybootchartguyTests.test_pybootchartguy_help": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 45, in setUpClass\n    bitbake(\"core-image-minimal -c rootfs -f\")\n  File \"/home/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 \"/home/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 -c rootfs -f' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-core/images/core-image-minimal.bb, do_rootfs\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56856), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56856), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132403/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "oescripts.OEPybootchartguyTests.test_pybootchartguy_to_generate_build_pdf_output": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 45, in setUpClass\n    bitbake(\"core-image-minimal -c rootfs -f\")\n  File \"/home/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 \"/home/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 -c rootfs -f' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-core/images/core-image-minimal.bb, do_rootfs\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56856), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56856), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132403/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "oescripts.OEPybootchartguyTests.test_pybootchartguy_to_generate_build_png_output": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 45, in setUpClass\n    bitbake(\"core-image-minimal -c rootfs -f\")\n  File \"/home/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 \"/home/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 -c rootfs -f' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-core/images/core-image-minimal.bb, do_rootfs\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56856), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56856), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132403/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "oescripts.OEPybootchartguyTests.test_pybootchartguy_to_generate_build_svg_output": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 45, in setUpClass\n    bitbake(\"core-image-minimal -c rootfs -f\")\n  File \"/home/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 \"/home/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 -c rootfs -f' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-core/images/core-image-minimal.bb, do_rootfs\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56856), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56856), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f916e614310>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132403/conf/local.conf\n2024-04-12 10:43:00,384 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "oescripts.OeRunNativeTest.test_oe_run_native": {
                "duration": 43.23456048965454,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 128, in test_oe_run_native\n    bitbake(\"qemu-helper-native -c addto_recipe_sysroot\")\n  File \"/home/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 \"/home/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  qemu-helper-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60732), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7feb4ff41210>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7feb4ff41210>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60732), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7feb4ff41210>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7feb4ff41210>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_all_required_variables_set": {
                "duration": 55.65748190879822,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 297, in test_all_required_variables_set\n    self.assertTrue(line, msg=res.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 687, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : NOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34370), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f50e49ebeb0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f50e49ebeb0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34370), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f50e49ebeb0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f50e49ebeb0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_conflict": {
                "duration": 16.858097791671753,
                "oetags": [
                    "runqemu"
                ],
                "status": "PASSED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_is_missing": {
                "duration": 50.008145809173584,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 361, in test_image_feature_is_missing\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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:\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). 1961 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42510), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6def2fe680>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6def2fe680>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42510), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6def2fe680>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6def2fe680>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_lower_layer_access": {
                "duration": 42.613779067993164,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 455, in test_lower_layer_access\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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). 1961 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35758), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6224b56440>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6224b56440>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35758), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6224b56440>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6224b56440>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_original": {
                "duration": 44.00229549407959,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 375, in test_sbin_init_original\n    self.run_sbin_init(True, \"ext4\")\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 399, in run_sbin_init\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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). 1961 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42680), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fab82d87400>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fab82d87400>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42680), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fab82d87400>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fab82d87400>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_preinit": {
                "duration": 43.72407126426697,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 371, in test_sbin_init_preinit\n    self.run_sbin_init(False, \"ext4\")\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 399, in run_sbin_init\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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). 1961 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35410), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f62a46e1de0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f62a46e1de0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35410), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f62a46e1de0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f62a46e1de0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_read_only": {
                "duration": 38.99385714530945,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 379, in test_sbin_init_read_only\n    self.run_sbin_init(True, \"squashfs\")\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 399, in run_sbin_init\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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). 1961 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33606), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff045ea9fc0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff045ea9fc0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33606), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff045ea9fc0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff045ea9fc0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "overlayfs.OverlayFSTests.test_correct_image_fstab": {
                "duration": 56.8589026927948,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/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 \"/home/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 \"/home/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 \"/home/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). 1961 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58794), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f462ec1ffd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f462ec1ffd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58794), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f462ec1ffd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f462ec1ffd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132429/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/conf/distro/include/maintainers.inc in /home/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). 1961 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": 11.284258365631104,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 263, in test_correct_image_unit\n    self._test_correct_image('systemd-machine-units', systemd_machine_unit_append)\n  File \"/home/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 \"/home/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 \"/home/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 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (987 cached, 3 parsed). 1961 targets, 50 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56888), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb7d4cd7f40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb7d4cd7f40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56888), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb7d4cd7f40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb7d4cd7f40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132429/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/conf/distro/include/maintainers.inc in /home/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). 1961 targets, 23 skipped, 0 masked, 0 errors.\n\nSummary: There was 1 WARNING message.\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "overlayfs.OverlayFSTests.test_distro_features_missing": {
                "duration": 51.56096601486206,
                "status": "PASSED"
            },
            "overlayfs.OverlayFSTests.test_mount_unit_not_set": {
                "duration": 25.32916808128357,
                "status": "PASSED"
            },
            "overlayfs.OverlayFSTests.test_not_all_units_installed": {
                "duration": 64.53020405769348,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 69, in test_not_all_units_installed\n    self.assertTrue(line and line.startswith(\"WARNING:\"), msg=res.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 687, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : NOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 46 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60016), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff849f73eb0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff849f73eb0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60016), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff849f73eb0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff849f73eb0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132429/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/conf/distro/include/maintainers.inc in /home/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). 1961 targets, 23 skipped, 0 masked, 0 errors.\n\nSummary: There was 1 WARNING message.\n",
                "status": "FAILED"
            },
            "overlayfs.OverlayFSTests.test_not_all_units_installed_but_qa_skipped": {
                "duration": 54.744792461395264,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 89, in test_not_all_units_installed_but_qa_skipped\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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). 1961 targets, 46 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 46786), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3691283e80>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3691283e80>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 46786), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3691283e80>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3691283e80>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132429/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/conf/distro/include/maintainers.inc in /home/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). 1961 targets, 23 skipped, 0 masked, 0 errors.\n\nSummary: There was 1 WARNING message.\n",
                "status": "FAILED"
            },
            "overlayfs.OverlayFSTests.test_wrong_mount_unit_set": {
                "duration": 19.402546167373657,
                "status": "PASSED"
            },
            "package.PackageTests.test_gdb_hardlink_debug": {
                "duration": 59.53087902069092,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/package.py\", line 131, in test_gdb_hardlink_debug\n    bitbake(\"core-image-minimal\")\n  File \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43634), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e23af7220>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e23af7220>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43634), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e23af7220>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e23af7220>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132435/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:46:12,797 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
                "status": "FAILED"
            },
            "package.PackageTests.test_package_name_conflict": {
                "duration": 8.271737575531006,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/package.py\", line 97, in test_package_name_conflict\n    self.assertTrue(err in res.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 687, in assertTrue\n    raise self.failureException(msg)\nAssertionError: False is not true\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132435/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:46:12,797 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
                "status": "FAILED"
            },
            "package.PackageTests.test_preserve_ownership": {
                "duration": 53.28237295150757,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/package.py\", line 165, in test_preserve_ownership\n    bitbake(\"core-image-minimal\")\n  File \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50918), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa55a44be80>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa55a44be80>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50918), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa55a44be80>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa55a44be80>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132435/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:46:12,797 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
                "status": "FAILED"
            },
            "package.PackageTests.test_preserve_sparse_hardlinks": {
                "duration": 8.247118711471558,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/package.py\", line 102, in test_preserve_sparse_hardlinks\n    bitbake(\"selftest-hardlink -c package\")\n  File \"/home/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 \"/home/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  selftest-hardlink -c package' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50956), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3920af2ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3920af2ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50956), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3920af2ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3920af2ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132435/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:46:12,797 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
                "status": "FAILED"
            },
            "package.VersionOrdering.test_dpkg": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/package.py\", line 29, in setUpClass\n    bitbake(\"dpkg-native opkg-native rpm-native python3-native\")\n  File \"/home/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 \"/home/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  dpkg-native opkg-native rpm-native python3-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35516), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f008ca6db40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f008ca6db40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35516), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f008ca6db40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f008ca6db40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132446/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "package.VersionOrdering.test_opkg": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/package.py\", line 29, in setUpClass\n    bitbake(\"dpkg-native opkg-native rpm-native python3-native\")\n  File \"/home/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 \"/home/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  dpkg-native opkg-native rpm-native python3-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35516), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f008ca6db40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f008ca6db40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35516), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f008ca6db40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f008ca6db40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132446/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "package.VersionOrdering.test_rpm": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/package.py\", line 29, in setUpClass\n    bitbake(\"dpkg-native opkg-native rpm-native python3-native\")\n  File \"/home/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 \"/home/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  dpkg-native opkg-native rpm-native python3-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35516), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f008ca6db40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f008ca6db40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35516), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f008ca6db40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f008ca6db40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132446/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_find_path": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/home/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 \"/home/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132458/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:49,340 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:46:10,972 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:48:38,520 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_glob": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/home/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 \"/home/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132458/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:49,340 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:46:10,972 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:48:38,520 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_list_pkg_files": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/home/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 \"/home/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132458/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:49,340 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:46:10,972 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:48:38,520 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_list_pkgs": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/home/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 \"/home/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132458/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:49,340 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:46:10,972 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:48:38,520 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_lookup_pkg": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/home/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 \"/home/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132458/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:49,340 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:46:10,972 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:48:38,520 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_lookup_recipe": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/home/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 \"/home/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132458/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:49,340 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:46:10,972 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:48:38,520 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_no_param": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/home/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 \"/home/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132458/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:49,340 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:46:10,972 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:48:38,520 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_read_value": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/home/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 \"/home/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132458/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:49,340 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:46:10,972 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:48:38,520 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "pkgdata.OePkgdataUtilTests.test_specify_pkgdatadir": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/pkgdata.py\", line 21, in setUpClass\n    bitbake('target-sdk-provides-dummy -c clean')\n  File \"/home/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 \"/home/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  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47756), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f27408817e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132458/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:49,340 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:46:10,972 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:48:38,520 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "prservice.BitbakePrTests.test_import_export_override_db": {
                "duration": 64.68218755722046,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 115, in test_import_export_override_db\n    self.run_test_pr_export_import('m4', replace_current_db=False)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 89, in run_test_pr_export_import\n    self.increment_package_pr(package_name)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 845, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 838, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/cache/prserv.sqlite3, Address: 127.0.0.1:37071, PID: 4149575\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33556), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1d9ae9d270>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1d9ae9d270>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33556), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1d9ae9d270>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1d9ae9d270>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:45,807 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 10:46:05,658 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 5c78928d6e1cd960eeca2a8402cdd0d7eb9e6bf894e2b95d7caf190289434999 to 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 7ba40f049815ffb7b0a33e9d8636382852e2c306fd72803becdf8a242f35dc4f to 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 8b6d3e62ca4cabb6a4d843077f644139e10a79c7132546edc65076dc2462d466 to 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 13e6d841b22c0400d37f595d1c1cb01a6ebb12e7dda059c575557da6f9075f88 to 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a to 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a to d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be to 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d to a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b to 21d7bd721c7b2183fbcced7bc95ba084e13cd3211381404871045e9899316ba7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0 to 20792160315255c2d055f154d887a5ab35d184b7c88571bfb36d271bc7eca147. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e to 3cc3de9f481bc56a892d4520d4493a2142763d1f60584b1a8fb2743b9255c205. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d to aa76b5ade00315fa47ad6a31da14399cbac318378c3ab4314815a01bdcaf2a7b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_import_export_replace_db": {
                "duration": 15.050019264221191,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 112, in test_import_export_replace_db\n    self.run_test_pr_export_import('m4')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 89, in run_test_pr_export_import\n    self.increment_package_pr(package_name)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 845, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 838, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/cache/prserv.sqlite3, Address: 127.0.0.1:34339, PID: 4179345\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50486), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3025781bd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3025781bd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50486), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3025781bd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3025781bd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:45,807 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 10:46:05,658 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 5c78928d6e1cd960eeca2a8402cdd0d7eb9e6bf894e2b95d7caf190289434999 to 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 7ba40f049815ffb7b0a33e9d8636382852e2c306fd72803becdf8a242f35dc4f to 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 8b6d3e62ca4cabb6a4d843077f644139e10a79c7132546edc65076dc2462d466 to 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 13e6d841b22c0400d37f595d1c1cb01a6ebb12e7dda059c575557da6f9075f88 to 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a to 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a to d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be to 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d to a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b to 21d7bd721c7b2183fbcced7bc95ba084e13cd3211381404871045e9899316ba7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0 to 20792160315255c2d055f154d887a5ab35d184b7c88571bfb36d271bc7eca147. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e to 3cc3de9f481bc56a892d4520d4493a2142763d1f60584b1a8fb2743b9255c205. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d to aa76b5ade00315fa47ad6a31da14399cbac318378c3ab4314815a01bdcaf2a7b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_pr_service_deb_arch_dep": {
                "duration": 63.75700664520264,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 121, in test_pr_service_deb_arch_dep\n    self.run_test_pr_service('m4', 'deb', 'do_package')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 845, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 838, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/cache/prserv.sqlite3, Address: 127.0.0.1:45381, PID: 4183478\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 54 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60324), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7202be5270>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7202be5270>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60324), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7202be5270>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f7202be5270>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:45,807 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 10:46:05,658 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 5c78928d6e1cd960eeca2a8402cdd0d7eb9e6bf894e2b95d7caf190289434999 to 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 7ba40f049815ffb7b0a33e9d8636382852e2c306fd72803becdf8a242f35dc4f to 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 8b6d3e62ca4cabb6a4d843077f644139e10a79c7132546edc65076dc2462d466 to 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 13e6d841b22c0400d37f595d1c1cb01a6ebb12e7dda059c575557da6f9075f88 to 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a to 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a to d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be to 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d to a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b to 21d7bd721c7b2183fbcced7bc95ba084e13cd3211381404871045e9899316ba7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0 to 20792160315255c2d055f154d887a5ab35d184b7c88571bfb36d271bc7eca147. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e to 3cc3de9f481bc56a892d4520d4493a2142763d1f60584b1a8fb2743b9255c205. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d to aa76b5ade00315fa47ad6a31da14399cbac318378c3ab4314815a01bdcaf2a7b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_pr_service_deb_arch_indep": {
                "duration": 9.453996896743774,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 130, in test_pr_service_deb_arch_indep\n    self.run_test_pr_service('xcursor-transparent-theme', 'deb', 'do_package')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 845, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 838, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/cache/prserv.sqlite3, Address: 127.0.0.1:44011, PID: 38005\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (988 cached, 2 parsed). 1961 targets, 54 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33118), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f31ce6260e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f31ce6260e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33118), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f31ce6260e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f31ce6260e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:45,807 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 10:46:05,658 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 5c78928d6e1cd960eeca2a8402cdd0d7eb9e6bf894e2b95d7caf190289434999 to 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 7ba40f049815ffb7b0a33e9d8636382852e2c306fd72803becdf8a242f35dc4f to 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 8b6d3e62ca4cabb6a4d843077f644139e10a79c7132546edc65076dc2462d466 to 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 13e6d841b22c0400d37f595d1c1cb01a6ebb12e7dda059c575557da6f9075f88 to 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a to 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a to d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be to 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d to a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b to 21d7bd721c7b2183fbcced7bc95ba084e13cd3211381404871045e9899316ba7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0 to 20792160315255c2d055f154d887a5ab35d184b7c88571bfb36d271bc7eca147. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e to 3cc3de9f481bc56a892d4520d4493a2142763d1f60584b1a8fb2743b9255c205. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d to aa76b5ade00315fa47ad6a31da14399cbac318378c3ab4314815a01bdcaf2a7b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_pr_service_ipk_arch_dep": {
                "duration": 60.42487025260925,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 124, in test_pr_service_ipk_arch_dep\n    self.run_test_pr_service('m4', 'ipk', 'do_package')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 845, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 838, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/cache/prserv.sqlite3, Address: 127.0.0.1:33923, PID: 47841\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 54 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38806), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3acfb5540>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3acfb5540>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38806), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3acfb5540>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3acfb5540>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:45,807 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 10:46:05,658 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 5c78928d6e1cd960eeca2a8402cdd0d7eb9e6bf894e2b95d7caf190289434999 to 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 7ba40f049815ffb7b0a33e9d8636382852e2c306fd72803becdf8a242f35dc4f to 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 8b6d3e62ca4cabb6a4d843077f644139e10a79c7132546edc65076dc2462d466 to 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 13e6d841b22c0400d37f595d1c1cb01a6ebb12e7dda059c575557da6f9075f88 to 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a to 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a to d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be to 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d to a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b to 21d7bd721c7b2183fbcced7bc95ba084e13cd3211381404871045e9899316ba7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0 to 20792160315255c2d055f154d887a5ab35d184b7c88571bfb36d271bc7eca147. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e to 3cc3de9f481bc56a892d4520d4493a2142763d1f60584b1a8fb2743b9255c205. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d to aa76b5ade00315fa47ad6a31da14399cbac318378c3ab4314815a01bdcaf2a7b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_pr_service_ipk_arch_indep": {
                "duration": 8.695590019226074,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 133, in test_pr_service_ipk_arch_indep\n    self.run_test_pr_service('xcursor-transparent-theme', 'ipk', 'do_package')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 845, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 838, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/cache/prserv.sqlite3, Address: 127.0.0.1:37183, PID: 106679\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (988 cached, 2 parsed). 1961 targets, 54 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59402), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc00144e050>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc00144e050>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59402), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc00144e050>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc00144e050>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:45,807 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 10:46:05,658 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 5c78928d6e1cd960eeca2a8402cdd0d7eb9e6bf894e2b95d7caf190289434999 to 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 7ba40f049815ffb7b0a33e9d8636382852e2c306fd72803becdf8a242f35dc4f to 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 8b6d3e62ca4cabb6a4d843077f644139e10a79c7132546edc65076dc2462d466 to 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 13e6d841b22c0400d37f595d1c1cb01a6ebb12e7dda059c575557da6f9075f88 to 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a to 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a to d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be to 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d to a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b to 21d7bd721c7b2183fbcced7bc95ba084e13cd3211381404871045e9899316ba7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0 to 20792160315255c2d055f154d887a5ab35d184b7c88571bfb36d271bc7eca147. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e to 3cc3de9f481bc56a892d4520d4493a2142763d1f60584b1a8fb2743b9255c205. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d to aa76b5ade00315fa47ad6a31da14399cbac318378c3ab4314815a01bdcaf2a7b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_pr_service_rpm_arch_dep": {
                "duration": 9.338124513626099,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 118, in test_pr_service_rpm_arch_dep\n    self.run_test_pr_service('m4', 'rpm', 'do_package')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 845, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 838, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/cache/prserv.sqlite3, Address: 127.0.0.1:34315, PID: 118596\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59416), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f694370dbd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f694370dbd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59416), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f694370dbd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f694370dbd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:45,807 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 10:46:05,658 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 5c78928d6e1cd960eeca2a8402cdd0d7eb9e6bf894e2b95d7caf190289434999 to 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 7ba40f049815ffb7b0a33e9d8636382852e2c306fd72803becdf8a242f35dc4f to 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 8b6d3e62ca4cabb6a4d843077f644139e10a79c7132546edc65076dc2462d466 to 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 13e6d841b22c0400d37f595d1c1cb01a6ebb12e7dda059c575557da6f9075f88 to 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a to 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a to d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be to 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d to a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b to 21d7bd721c7b2183fbcced7bc95ba084e13cd3211381404871045e9899316ba7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0 to 20792160315255c2d055f154d887a5ab35d184b7c88571bfb36d271bc7eca147. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e to 3cc3de9f481bc56a892d4520d4493a2142763d1f60584b1a8fb2743b9255c205. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d to aa76b5ade00315fa47ad6a31da14399cbac318378c3ab4314815a01bdcaf2a7b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_pr_service_rpm_arch_indep": {
                "duration": 8.619215488433838,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 127, in test_pr_service_rpm_arch_indep\n    self.run_test_pr_service('xcursor-transparent-theme', 'rpm', 'do_package')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 845, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.10/unittest/case.py\", line 838, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Started PRServer with DBfile: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/cache/prserv.sqlite3, Address: 127.0.0.1:34955, PID: 143846\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (988 cached, 2 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50964), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1c0046a0b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1c0046a0b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50964), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1c0046a0b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1c0046a0b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:45,807 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 10:46:05,658 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 5c78928d6e1cd960eeca2a8402cdd0d7eb9e6bf894e2b95d7caf190289434999 to 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 7ba40f049815ffb7b0a33e9d8636382852e2c306fd72803becdf8a242f35dc4f to 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 8b6d3e62ca4cabb6a4d843077f644139e10a79c7132546edc65076dc2462d466 to 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 13e6d841b22c0400d37f595d1c1cb01a6ebb12e7dda059c575557da6f9075f88 to 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a to 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a to d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be to 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d to a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b to 21d7bd721c7b2183fbcced7bc95ba084e13cd3211381404871045e9899316ba7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0 to 20792160315255c2d055f154d887a5ab35d184b7c88571bfb36d271bc7eca147. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e to 3cc3de9f481bc56a892d4520d4493a2142763d1f60584b1a8fb2743b9255c205. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d to aa76b5ade00315fa47ad6a31da14399cbac318378c3ab4314815a01bdcaf2a7b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "prservice.BitbakePrTests.test_stopping_prservice_message": {
                "duration": 1.2109732627868652,
                "status": "PASSED"
            },
            "pseudo.Pseudo.test_pseudo_pyc_creation": {
                "duration": 59.600523471832275,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/pseudo.py\", line 23, in test_pseudo_pyc_creation\n    bitbake('pseudo-pyc-test -c install')\n  File \"/home/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 \"/home/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  pseudo-pyc-test -c install' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44612), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f38710c8820>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f38710c8820>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44612), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f38710c8820>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f38710c8820>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add_bindir": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add_machine": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_alternatives": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_basic": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_binary": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_extlayer": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_inst_func": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_inst_glob": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_inst_todir_glob": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_invalid": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_orig": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_patch": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_postinstall": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_renamed": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_script": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_subdir": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_todir": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_wildcard": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/home/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 \"/home/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 packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqahsio_bqj = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49458), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f90cfeb1780>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "ERROR"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic_wildcard": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri_diff_params": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_machine": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_replace_file_srcdir": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_srcdir_basic": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic_dirdest": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_update_recipe_basic": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic_subdir": {
                "status": "UNKNOWN"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create": {
                "duration": 232.0606095790863,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 358, in test_recipetool_create\n    result = runCmd('recipetool create -o %s %s -x %s' % (recipefile, srcuri, tempsrc))\n  File \"/home/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 'recipetool create -o /tmp/recipetoolqa5yg10zpf/logrotate_3.12.3.bb https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz -x /tmp/recipetoolqa5yg10zpf/srctree' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (0 cached, 991 parsed). 1962 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqa_jwcvfw9 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59730), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f63019f71c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f63019f71c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59730), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f63019f71c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f63019f71c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_autotools": {
                "duration": 10.017781972885132,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 371, in test_recipetool_create_autotools\n    bitbake('libpng pango libx11 libxext jpeg libcheck')\n  File \"/home/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 \"/home/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  libpng pango libx11 libxext jpeg libcheck' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1962 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqa_jwcvfw9 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 37644), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb66a6aebf0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb66a6aebf0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 37644), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb66a6aebf0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb66a6aebf0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_cmake": {
                "duration": 186.88927459716797,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 416, in test_recipetool_create_cmake\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n  File \"/home/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 'recipetool create -o /tmp/recipetoolqaawauor6_/recipe http://taglib.github.io/releases/taglib-1.11.1.tar.gz' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching http://taglib.github.io/releases/taglib-1.11.1.tar.gz...\nLoading cache...done.\nLoaded 1962 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqa_jwcvfw9 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33628), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb0e2d80490>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb0e2d80490>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33628), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb0e2d80490>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fb0e2d80490>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_git_http": {
                "duration": 189.51454257965088,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 735, in test_recipetool_create_git_http\n    self._test_recipetool_create_git('http://git.yoctoproject.org/git/matchbox-keyboard')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 723, in _test_recipetool_create_git\n    result = runCmd('recipetool create -o %s%s \"%s\"' % (temprecipe, options, srcuri))\n  File \"/home/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 'recipetool create -o /tmp/recipetoolqam7jdj1h6/recipe \"http://git.yoctoproject.org/git/matchbox-keyboard\"' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching git://git.yoctoproject.org/git/matchbox-keyboard;protocol=http;branch=master...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqa_jwcvfw9 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57850), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f74b361aad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f74b361aad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57850), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f74b361aad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f74b361aad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcbranch": {
                "duration": 195.84735774993896,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 744, in test_recipetool_create_git_srcbranch\n    self._test_recipetool_create_git('git://git.yoctoproject.org/matchbox-keyboard;protocol=https', 'matchbox-keyboard-0-1')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 723, in _test_recipetool_create_git\n    result = runCmd('recipetool create -o %s%s \"%s\"' % (temprecipe, options, srcuri))\n  File \"/home/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 'recipetool create -o /tmp/recipetoolqaqg447_nf/recipe -B matchbox-keyboard-0-1 \"git://git.yoctoproject.org/matchbox-keyboard;protocol=https\"' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;protocol=https;branch=matchbox-keyboard-0-1...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqa_jwcvfw9 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44298), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f51cdc1aad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f51cdc1aad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44298), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f51cdc1aad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f51cdc1aad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_branch": {
                "duration": 189.87421202659607,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 741, in test_recipetool_create_git_srcuri_branch\n    self._test_recipetool_create_git('git://git.yoctoproject.org/matchbox-keyboard;branch=matchbox-keyboard-0-1;protocol=https')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 723, in _test_recipetool_create_git\n    result = runCmd('recipetool create -o %s%s \"%s\"' % (temprecipe, options, srcuri))\n  File \"/home/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 'recipetool create -o /tmp/recipetoolqav7x5ci2e/recipe \"git://git.yoctoproject.org/matchbox-keyboard;branch=matchbox-keyboard-0-1;protocol=https\"' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;branch=matchbox-keyboard-0-1;protocol=https...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqa_jwcvfw9 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 54144), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f471ff59b10>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f471ff59b10>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 54144), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f471ff59b10>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f471ff59b10>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_master": {
                "duration": 186.50889658927917,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 738, in test_recipetool_create_git_srcuri_master\n    self._test_recipetool_create_git('git://git.yoctoproject.org/matchbox-keyboard;branch=master;protocol=https')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 723, in _test_recipetool_create_git\n    result = runCmd('recipetool create -o %s%s \"%s\"' % (temprecipe, options, srcuri))\n  File \"/home/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 'recipetool create -o /tmp/recipetoolqausb0u4l5/recipe \"git://git.yoctoproject.org/matchbox-keyboard;branch=master;protocol=https\"' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;branch=master;protocol=https...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqa_jwcvfw9 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47360), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8721522ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8721522ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47360), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8721522ad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8721522ad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_github": {
                "duration": 189.49812746047974,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 463, in test_recipetool_create_github\n    result = runCmd(cmd)\n  File \"/home/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 '['recipetool', 'create', '-o', '/tmp/recipetoolqay5j6np6z/recipe', 'https://github.com/mesonbuild/meson;rev=0.52.1']' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching git://github.com/mesonbuild/meson;rev=0.52.1;protocol=https;nobranch=1...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqa_jwcvfw9 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34462), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f11737f2950>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f11737f2950>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34462), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f11737f2950>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f11737f2950>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_github_tarball": {
                "duration": 188.88565254211426,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 708, in test_recipetool_create_github_tarball\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n  File \"/home/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 'recipetool create -o /tmp/recipetoolqal1uwq5gi/recipe https://github.com/mesonbuild/meson/releases/download/0.52.1/meson-0.52.1.tar.gz' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching https://github.com/mesonbuild/meson/releases/download/0.52.1/meson-0.52.1.tar.gz...\nLoading cache...done.\nLoaded 1963 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqa_jwcvfw9 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59412), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0144bcaad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0144bcaad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59412), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0144bcaad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0144bcaad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_go": {
                "duration": 189.9787094593048,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 766, in test_recipetool_create_go\n    result = runCmd('recipetool create -o %s %s -S %s -B %s' % (temprecipe, srcuri, srcrev, srcbranch))\n  File \"/home/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 'recipetool create -o /tmp/recipetoolqandxbxpli/recipe https://github.com/edgexfoundry/edgex-go.git -S v3.0.0 -B main' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching git://github.com/edgexfoundry/edgex-go.git;protocol=https;branch=main...\nLoading cache...done.\nLoaded 1964 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqa_jwcvfw9 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 46000), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5dcc38b370>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5dcc38b370>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 46000), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5dcc38b370>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5dcc38b370>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_go_replace_modules": {
                "duration": 190.24840927124023,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 944, in test_recipetool_create_go_replace_modules\n    result = runCmd('recipetool create -o %s %s -S %s -B %s --src-subdir %s' % (temprecipe, srcuri, srcrev, srcbranch, srcsubdir))\n  File \"/home/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 'recipetool create -o /tmp/recipetoolqa3bl7c7ln/recipe https://github.com/OpenAPITools/openapi-generator.git -S v7.2.0 -B master --src-subdir samples/openapi3/client/petstore/go' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching git://github.com/OpenAPITools/openapi-generator.git;protocol=https;branch=master...\nLoading cache...done.\nLoaded 1964 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqa_jwcvfw9 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60212), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6d95efaad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6d95efaad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 60212), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6d95efaad0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6d95efaad0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_npm": {
                "duration": 3.742600679397583,
                "log": "Test needs meta-oe for nodejs\n",
                "status": "SKIPPED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_flit_core_buildapi": {
                "duration": 0.06753802299499512,
                "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.06982970237731934,
                "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.060999155044555664,
                "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.14161396026611328,
                "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.06241202354431152,
                "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.059691429138183594,
                "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": 191.70776748657227,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 481, in test_recipetool_create_python3_setuptools\n    result = runCmd('recipetool create --no-pypi -o %s %s' % (temprecipe, srcuri))\n  File \"/home/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 'recipetool create --no-pypi -o /tmp/recipetoolqao21t30kk/recipe https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz...\nLoading cache...done.\nLoaded 1964 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqa_jwcvfw9 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36538), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f77921c80d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f77921c80d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36538), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f77921c80d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f77921c80d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi": {
                "duration": 192.34454226493835,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 521, in test_recipetool_create_python3_setuptools_pypi\n    runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n  File \"/home/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 'recipetool create -o /tmp/recipetoolqaha2dd2mi/recipe https://pypi.org/project/python-magic/0.4.15' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz...\nLoading cache...done.\nLoaded 1965 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqa_jwcvfw9 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34366), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbdb0a7ead0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbdb0a7ead0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34366), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbdb0a7ead0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbdb0a7ead0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi_tarball": {
                "duration": 192.7502179145813,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 499, in test_recipetool_create_python3_setuptools_pypi_tarball\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n  File \"/home/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 'recipetool create -o /tmp/recipetoolqaux4g_6lz/recipe https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz...\nLoading cache...done.\nLoaded 1966 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqa_jwcvfw9 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 40956), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc7faacfcd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc7faacfcd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 40956), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc7faacfcd0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc7faacfcd0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolCreateTests.test_recipetool_create_simple": {
                "duration": 189.3294219970703,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 395, in test_recipetool_create_simple\n    result = runCmd('recipetool create %s -o %s' % (srcuri, temprecipe))\n  File \"/home/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 'recipetool create http://www.dest-unreach.org/socat/download/Archive/socat-1.7.4.1.tar.bz2 -o /tmp/recipetoolqa71xx7bvw/recipe' returned non-zero exit status 1:\nNOTE: Starting bitbake server...\nINFO: Fetching http://www.dest-unreach.org/socat/download/Archive/socat-1.7.4.1.tar.bz2...\nLoading cache...done.\nLoaded 1967 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (990 cached, 1 parsed). 1962 targets, 52 skipped, 1 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nrecipetoolqa_jwcvfw9 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 40162), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f535ad752a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f535ad752a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 40162), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f535ad752a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f535ad752a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "recipetool.RecipetoolTests.test_recipetool_handle_license_vars": {
                "duration": 4.946473598480225,
                "status": "PASSED"
            },
            "recipetool.RecipetoolTests.test_recipetool_load_plugin": {
                "duration": 14.930880546569824,
                "status": "PASSED"
            },
            "recipetool.RecipetoolTests.test_recipetool_split_pkg_licenses": {
                "duration": 0.05574822425842285,
                "status": "PASSED"
            },
            "recipeutils.RecipeUtilsTests.test_patch_recipe_appends": {
                "duration": 0.19643783569335938,
                "status": "PASSED"
            },
            "recipeutils.RecipeUtilsTests.test_patch_recipe_singleappend": {
                "duration": 0.19198012351989746,
                "status": "PASSED"
            },
            "recipeutils.RecipeUtilsTests.test_patch_recipe_varflag": {
                "duration": 0.19279718399047852,
                "status": "PASSED"
            },
            "recipeutils.RecipeUtilsTests.test_split_var_value": {
                "duration": 0.008722782135009766,
                "status": "PASSED"
            },
            "recipeutils.RecipeUtilsTests.test_validate_pn": {
                "duration": 0.008971214294433594,
                "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.00914907455444336,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_can_match_non_static_ptest_names": {
                "duration": 0.008300065994262695,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_can_not_compare_non_ltp_tests": {
                "duration": 0.009415626525878906,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_machine_matches": {
                "duration": 0.0058591365814208984,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_machine_mismatches": {
                "duration": 0.005972623825073242,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_merge_can_merged_results": {
                "duration": 0.006871461868286133,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_metadata_matching_is_only_checked_for_relevant_test_type": {
                "duration": 0.0070307254791259766,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_regression_can_get_regression_base_target_pair": {
                "duration": 0.007188081741333008,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_regression_can_get_regression_result": {
                "duration": 0.0072214603424072266,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_report_can_aggregate_test_result": {
                "duration": 0.007169246673583984,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_results_with_matching_metadata_can_be_compared": {
                "duration": 0.007016897201538086,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_results_with_mismatching_metadata_can_not_be_compared": {
                "duration": 0.0070569515228271484,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_results_without_metadata_can_be_compared": {
                "duration": 0.0075991153717041016,
                "status": "PASSED"
            },
            "resulttooltests.ResultToolTests.test_target_result_with_missing_metadata_can_not_be_compared": {
                "duration": 0.006557464599609375,
                "status": "PASSED"
            },
            "rootfspostcommandstests.ShadowUtilsTidyFiles.test_shadowutils_backup_files": {
                "duration": 40.33964705467224,
                "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": 10.66606855392456,
                "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": 8.63902473449707,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/rpmtests.py\", line 14, in test_rpm_filenames\n    bitbake(test_recipe)\n  File \"/home/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 \"/home/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  testrpm' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 41116), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f45a5e59fc0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f45a5e59fc0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 41116), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f45a5e59fc0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f45a5e59fc0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132429/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\nWARNING: Duplicate inclusion for /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/conf/distro/include/maintainers.inc in /home/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). 1961 targets, 23 skipped, 0 masked, 0 errors.\n\nSummary: There was 1 WARNING message.\n",
                "status": "FAILED"
            },
            "runcmd.RunCmdTests.test_list_not_found": {
                "duration": 0.010380744934082031,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_list_okay": {
                "duration": 0.02402639389038086,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_log": {
                "duration": 0.00828409194946289,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_log_split": {
                "duration": 0.008840560913085938,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_no_shell": {
                "duration": 0.009989261627197266,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_output": {
                "duration": 0.01062464714050293,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_output_split": {
                "duration": 0.010316610336303711,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_result_assertion": {
                "duration": 0.02681136131286621,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_result_exception": {
                "duration": 0.015911340713500977,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_result_false": {
                "duration": 0.015219449996948242,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_result_okay": {
                "duration": 0.01375722885131836,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_shell": {
                "duration": 0.014021635055541992,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_stdin": {
                "duration": 0.010541439056396484,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_stdin_timeout": {
                "duration": 10.019174098968506,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_timeout": {
                "duration": 10.038309097290039,
                "status": "PASSED"
            },
            "runcmd.RunCmdTests.test_timeout_split": {
                "duration": 10.065262079238892,
                "status": "PASSED"
            },
            "runqemu.RunqemuTests.test_boot_deploy": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_deploy_hddimg": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_machine": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_machine_ext4": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_machine_iso": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_machine_slirp": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_machine_slirp_qcow2": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_qemu_boot": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_recipe_image": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_recipe_image_vdi": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_recipe_image_vmdk": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runqemu.RunqemuTests.test_boot_rootfs": {
                "oetags": [
                    "runqemu"
                ],
                "status": "UNKNOWN"
            },
            "runtime_test.Postinst.test_failing_postinst": {
                "duration": 71.89653038978577,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38800), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6a49157b50>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6a49157b50>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38800), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6a49157b50>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6a49157b50>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132458/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:49,340 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:46:10,972 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:48:38,520 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.Postinst.test_postinst_rootfs_and_boot_systemd": {
                "duration": 70.44032287597656,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 373, in test_postinst_rootfs_and_boot_systemd\n    self.init_manager_loop(\"systemd\")\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 319, in init_manager_loop\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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:\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). 1961 targets, 49 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44876), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1d8bd6c760>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1d8bd6c760>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44876), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1d8bd6c760>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f1d8bd6c760>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132458/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:49,340 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:46:10,972 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:48:38,520 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.Postinst.test_postinst_rootfs_and_boot_sysvinit": {
                "duration": 63.765398025512695,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 351, in test_postinst_rootfs_and_boot_sysvinit\n    self.init_manager_loop(\"sysvinit\")\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 319, in init_manager_loop\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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:\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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43822), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f23f3651450>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f23f3651450>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43822), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f23f3651450>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f23f3651450>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132458/conf/local.conf\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:49,340 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:46:10,972 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 10:48:38,520 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.SystemTap.test_crosstap_helloworld": {
                "duration": 59.33978223800659,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 443, in test_crosstap_helloworld\n    bitbake('systemtap-native')\n  File \"/home/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 \"/home/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  systemtap-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 56 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58806), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fda622e9b70>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fda622e9b70>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58806), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fda622e9b70>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fda622e9b70>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:45,807 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 10:46:05,658 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 5c78928d6e1cd960eeca2a8402cdd0d7eb9e6bf894e2b95d7caf190289434999 to 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 7ba40f049815ffb7b0a33e9d8636382852e2c306fd72803becdf8a242f35dc4f to 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 8b6d3e62ca4cabb6a4d843077f644139e10a79c7132546edc65076dc2462d466 to 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 13e6d841b22c0400d37f595d1c1cb01a6ebb12e7dda059c575557da6f9075f88 to 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a to 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a to d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be to 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d to a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b to 21d7bd721c7b2183fbcced7bc95ba084e13cd3211381404871045e9899316ba7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0 to 20792160315255c2d055f154d887a5ab35d184b7c88571bfb36d271bc7eca147. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e to 3cc3de9f481bc56a892d4520d4493a2142763d1f60584b1a8fb2743b9255c205. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d to aa76b5ade00315fa47ad6a31da14399cbac318378c3ab4314815a01bdcaf2a7b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.SystemTap.test_crosstap_pstree": {
                "duration": 7.269162178039551,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 455, in test_crosstap_pstree\n    bitbake('systemtap-native')\n  File \"/home/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 \"/home/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  systemtap-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56866), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f01f95c9c60>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f01f95c9c60>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56866), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f01f95c9c60>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f01f95c9c60>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:45,807 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 10:46:05,658 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 5c78928d6e1cd960eeca2a8402cdd0d7eb9e6bf894e2b95d7caf190289434999 to 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 7ba40f049815ffb7b0a33e9d8636382852e2c306fd72803becdf8a242f35dc4f to 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 8b6d3e62ca4cabb6a4d843077f644139e10a79c7132546edc65076dc2462d466 to 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 13e6d841b22c0400d37f595d1c1cb01a6ebb12e7dda059c575557da6f9075f88 to 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a to 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a to d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be to 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d to a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b to 21d7bd721c7b2183fbcced7bc95ba084e13cd3211381404871045e9899316ba7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0 to 20792160315255c2d055f154d887a5ab35d184b7c88571bfb36d271bc7eca147. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e to 3cc3de9f481bc56a892d4520d4493a2142763d1f60584b1a8fb2743b9255c205. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d to aa76b5ade00315fa47ad6a31da14399cbac318378c3ab4314815a01bdcaf2a7b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.SystemTap.test_crosstap_syscalls_by_pid": {
                "duration": 8.823194026947021,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 479, in test_crosstap_syscalls_by_pid\n    bitbake('systemtap-native')\n  File \"/home/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 \"/home/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  systemtap-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36310), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff690649c60>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff690649c60>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36310), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff690649c60>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff690649c60>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:45,807 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 10:46:05,658 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 5c78928d6e1cd960eeca2a8402cdd0d7eb9e6bf894e2b95d7caf190289434999 to 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 7ba40f049815ffb7b0a33e9d8636382852e2c306fd72803becdf8a242f35dc4f to 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 8b6d3e62ca4cabb6a4d843077f644139e10a79c7132546edc65076dc2462d466 to 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 13e6d841b22c0400d37f595d1c1cb01a6ebb12e7dda059c575557da6f9075f88 to 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a to 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a to d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be to 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d to a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b to 21d7bd721c7b2183fbcced7bc95ba084e13cd3211381404871045e9899316ba7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0 to 20792160315255c2d055f154d887a5ab35d184b7c88571bfb36d271bc7eca147. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e to 3cc3de9f481bc56a892d4520d4493a2142763d1f60584b1a8fb2743b9255c205. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d to aa76b5ade00315fa47ad6a31da14399cbac318378c3ab4314815a01bdcaf2a7b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.SystemTap.test_crosstap_syscalls_by_proc": {
                "duration": 9.295111656188965,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 467, in test_crosstap_syscalls_by_proc\n    bitbake('systemtap-native')\n  File \"/home/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 \"/home/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  systemtap-native' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33898), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fabc90d9c90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fabc90d9c90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33898), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fabc90d9c90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fabc90d9c90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:45,807 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 10:46:05,658 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 5c78928d6e1cd960eeca2a8402cdd0d7eb9e6bf894e2b95d7caf190289434999 to 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 7ba40f049815ffb7b0a33e9d8636382852e2c306fd72803becdf8a242f35dc4f to 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 8b6d3e62ca4cabb6a4d843077f644139e10a79c7132546edc65076dc2462d466 to 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 13e6d841b22c0400d37f595d1c1cb01a6ebb12e7dda059c575557da6f9075f88 to 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a to 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a to d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be to 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d to a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b to 21d7bd721c7b2183fbcced7bc95ba084e13cd3211381404871045e9899316ba7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0 to 20792160315255c2d055f154d887a5ab35d184b7c88571bfb36d271bc7eca147. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e to 3cc3de9f481bc56a892d4520d4493a2142763d1f60584b1a8fb2743b9255c205. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d to aa76b5ade00315fa47ad6a31da14399cbac318378c3ab4314815a01bdcaf2a7b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.TestExport.test_testexport_basic": {
                "duration": 50.676201581954956,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 36, in test_testexport_basic\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56772), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbe7d17b100>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbe7d17b100>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56772), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbe7d17b100>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbe7d17b100>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.TestExport.test_testexport_sdk": {
                "duration": 54.49126124382019,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 79, in test_testexport_sdk\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 51808), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f05c7044340>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f05c7044340>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 51808), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f05c7044340>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f05c7044340>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "runtime_test.TestImage.test_testimage_apt": {
                "duration": 61.24076557159424,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 203, in test_testimage_apt\n    bitbake('gnupg-native -c addto_recipe_sysroot')\n  File \"/home/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 \"/home/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  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49198), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe8d5026230>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe8d5026230>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49198), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe8d5026230>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe8d5026230>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.TestImage.test_testimage_dnf": {
                "duration": 10.428264141082764,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 166, in test_testimage_dnf\n    bitbake('gnupg-native -c addto_recipe_sysroot')\n  File \"/home/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 \"/home/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  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38994), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9f9d2920b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9f9d2920b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38994), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9f9d2920b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9f9d2920b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.TestImage.test_testimage_install": {
                "duration": 61.33716177940369,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 129, in test_testimage_install\n    bitbake('core-image-full-cmdline socat')\n  File \"/home/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 \"/home/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-full-cmdline socat' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38996), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f550604d450>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f550604d450>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38996), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f550604d450>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f550604d450>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.TestImage.test_testimage_slirp": {
                "duration": 52.049171686172485,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 145, in test_testimage_slirp\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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). 1961 targets, 56 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 54976), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3ca0d242b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3ca0d242b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 54976), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3ca0d242b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3ca0d242b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.TestImage.test_testimage_virgl_gtk_sdl": {
                "duration": 67.72616386413574,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 257, in test_testimage_virgl_gtk_sdl\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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:\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). 1961 targets, 56 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 46250), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2195bef790>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2195bef790>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 46250), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2195bef790>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2195bef790>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "runtime_test.TestImage.test_testimage_virgl_headless": {
                "duration": 64.3618016242981,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 289, in test_testimage_virgl_headless\n    bitbake('core-image-minimal')\n  File \"/home/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 \"/home/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:\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). 1961 targets, 56 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33654), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f16048b0d90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f16048b0d90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33654), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f16048b0d90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f16048b0d90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "selftest.ExternalLayer.test_list_imported": {
                "status": "UNKNOWN"
            },
            "signing.LockedSignatures.test_locked_signatures": {
                "duration": 7.168501853942871,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/signing.py\", line 192, in test_locked_signatures\n    bitbake(test_recipe)\n  File \"/home/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 \"/home/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  ed' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47824), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5442b3df30>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5442b3df30>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47824), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5442b3df30>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5442b3df30>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,381 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132389/conf/local.conf\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:43,393 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n2024-04-12 11:04:01,811 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n2024-04-12 11:07:22,851 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n2024-04-12 11:10:41,649 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\nINFO: Initializing a new Git repo at /tmp/fake_results.m_xpckt4\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\nINFO: Initializing a new Git repo at /tmp/fake_results.5qfbagq0\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\nINFO: Initializing a new Git repo at /tmp/fake_results.f9p7fe_t\nINFO: Initializing a new Git repo at /tmp/fake_results.31ntndig\nINFO: Initializing a new Git repo at /tmp/fake_results.fdpguo4_\nINFO: Initializing a new Git repo at /tmp/fake_results.3nsvecam\n",
                "status": "FAILED"
            },
            "signing.Signing.test_signing_packages": {
                "duration": 7.876829624176025,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/signing.py\", line 74, in test_signing_packages\n    self.setup_gpg()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/signing.py\", line 26, in setup_gpg\n    bitbake('gnupg-native -c addto_recipe_sysroot')\n  File \"/home/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 \"/home/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  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56596), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f09d3489f90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f09d3489f90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56596), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f09d3489f90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f09d3489f90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
                "status": "FAILED"
            },
            "signing.Signing.test_signing_sstate_archive": {
                "duration": 8.237701892852783,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/signing.py\", line 142, in test_signing_sstate_archive\n    nsysroot = self.setup_gpg()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/signing.py\", line 26, in setup_gpg\n    bitbake('gnupg-native -c addto_recipe_sysroot')\n  File \"/home/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 \"/home/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  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36060), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faedd75dfc0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faedd75dfc0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36060), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faedd75dfc0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7faedd75dfc0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
                "status": "FAILED"
            },
            "spdx.SPDXCheck.test_spdx_base_files": {
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 17, in setUpClass\n    bitbake(\"python3-spdx-tools-native\")\n  File \"/home/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 \"/home/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  python3-spdx-tools-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43420), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa576261ba0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa576261ba0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43420), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa576261ba0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa576261ba0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132397/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 11:00:16,130 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2024-04-12 11:05:01,330 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 11:06:09,048 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2024-04-12 11:09:32,998 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
                "status": "ERROR"
            },
            "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_machine": {
                "duration": 24.594587326049805,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 367, in test_sstate_cache_management_script_using_machine\n    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 301, in run_test_sstate_cache_management_script\n    bitbake(target)\n  File \"/home/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 \"/home/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  m4' 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 (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45782), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa88c845450>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa88c845450>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45782), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa88c845450>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa88c845450>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_1": {
                "duration": 12.653672218322754,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 338, in test_sstate_cache_management_script_using_pr_1\n    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 301, in run_test_sstate_cache_management_script\n    bitbake(target)\n  File \"/home/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 \"/home/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  m4' 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 (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35866), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3635f91b10>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3635f91b10>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 35866), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3635f91b10>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3635f91b10>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_2": {
                "duration": 10.78817868232727,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 347, in test_sstate_cache_management_script_using_pr_2\n    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 301, in run_test_sstate_cache_management_script\n    bitbake(target)\n  File \"/home/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 \"/home/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  m4' 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 (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50630), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff1aeef5960>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff1aeef5960>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50630), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff1aeef5960>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff1aeef5960>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_3": {
                "duration": 11.070496082305908,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 358, in test_sstate_cache_management_script_using_pr_3\n    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 301, in run_test_sstate_cache_management_script\n    bitbake(target)\n  File \"/home/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 \"/home/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  m4' 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 (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 51640), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5780f19b40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5780f19b40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 51640), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5780f19b40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5780f19b40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "sstatetests.SStateCleanup.test_cleansstate_task_distro_nonspecific": {
                "status": "UNKNOWN"
            },
            "sstatetests.SStateCleanup.test_cleansstate_task_distro_specific": {
                "status": "UNKNOWN"
            },
            "sstatetests.SStateCleanup.test_cleansstate_task_distro_specific_nonspecific": {
                "status": "UNKNOWN"
            },
            "sstatetests.SStateCreation.test_sstate_creation_distro_nonspecific_fail": {
                "duration": 40.89042949676514,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 264, in test_sstate_creation_distro_nonspecific_fail\n    self.run_test_sstate_creation(['linux-libc-headers'], distro_specific=True, distro_nonspecific=False, temp_sstate_location=True, should_pass=False)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 87, in run_test_sstate_creation\n    bitbake(['-cclean'] + targets)\n  File \"/home/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 \"/home/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', 'linux-libc-headers']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33614), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f22fc5e7eb0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f22fc5e7eb0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33614), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f22fc5e7eb0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f22fc5e7eb0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateCreation.test_sstate_creation_distro_nonspecific_pass": {
                "duration": 49.48587894439697,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 261, in test_sstate_creation_distro_nonspecific_pass\n    self.run_test_sstate_creation(['linux-libc-headers'], distro_specific=False, distro_nonspecific=True, temp_sstate_location=True)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 87, in run_test_sstate_creation\n    bitbake(['-cclean'] + targets)\n  File \"/home/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 \"/home/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', 'linux-libc-headers']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56188), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc924501b10>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc924501b10>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56188), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc924501b10>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc924501b10>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateCreation.test_sstate_creation_distro_specific_fail": {
                "duration": 72.1988172531128,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 258, in test_sstate_creation_distro_specific_fail\n    self.run_test_sstate_creation(['binutils-cross-'+ self.tune_arch, 'binutils-native'], distro_specific=False, distro_nonspecific=True, temp_sstate_location=True, should_pass=False)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 87, in run_test_sstate_creation\n    bitbake(['-cclean'] + targets)\n  File \"/home/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 \"/home/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', 'binutils-cross-x86_64', 'binutils-native']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43754), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2995d111e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2995d111e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43754), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2995d111e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2995d111e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateCreation.test_sstate_creation_distro_specific_pass": {
                "duration": 56.32590913772583,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 255, in test_sstate_creation_distro_specific_pass\n    self.run_test_sstate_creation(['binutils-cross-'+ self.tune_arch, 'binutils-native'], distro_specific=True, distro_nonspecific=False, temp_sstate_location=True)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 87, in run_test_sstate_creation\n    bitbake(['-cclean'] + targets)\n  File \"/home/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 \"/home/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', 'binutils-cross-x86_64', 'binutils-native']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42942), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5e001334f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5e001334f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42942), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5e001334f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5e001334f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateDistroTests.test_rebuild_distro_specific_sstate_cross_native_targets": {
                "duration": 72.61922788619995,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 282, in test_rebuild_distro_specific_sstate_cross_native_targets\n    self.run_test_rebuild_distro_specific_sstate(['binutils-cross-' + self.tune_arch, 'binutils-native'], temp_sstate_location=True)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 154, in run_test_rebuild_distro_specific_sstate\n    bitbake(['-ccleansstate'] + targets)\n  File \"/home/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 \"/home/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', '-ccleansstate', 'binutils-cross-x86_64', 'binutils-native']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56006), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f16a10c36d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f16a10c36d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56006), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f16a10c36d0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f16a10c36d0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateDistroTests.test_rebuild_distro_specific_sstate_cross_target": {
                "duration": 55.86938810348511,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 285, in test_rebuild_distro_specific_sstate_cross_target\n    self.run_test_rebuild_distro_specific_sstate(['binutils-cross-' + self.tune_arch], temp_sstate_location=True)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 154, in run_test_rebuild_distro_specific_sstate\n    bitbake(['-ccleansstate'] + targets)\n  File \"/home/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 \"/home/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', '-ccleansstate', 'binutils-cross-x86_64']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42926), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2dac566590>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2dac566590>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42926), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2dac566590>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2dac566590>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateDistroTests.test_rebuild_distro_specific_sstate_native_target": {
                "duration": 55.778507232666016,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 288, in test_rebuild_distro_specific_sstate_native_target\n    self.run_test_rebuild_distro_specific_sstate(['binutils-native'], temp_sstate_location=True)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 154, in run_test_rebuild_distro_specific_sstate\n    bitbake(['-ccleansstate'] + targets)\n  File \"/home/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 \"/home/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', '-ccleansstate', 'binutils-native']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39114), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe839b15090>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe839b15090>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39114), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe839b15090>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe839b15090>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateFindSiginfo.test_sstate_compare_sigfiles_and_find_siginfo": {
                "duration": 1317.0543990135193,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs.test_sstate_32_64_same_hash": {
                "duration": 203.55027770996094,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs.test_sstate_nativelsbstring_same_hash": {
                "duration": 225.50273966789246,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs2.test_sstate_allarch_samesigs": {
                "status": "UNKNOWN"
            },
            "sstatetests.SStateHashSameSigs2.test_sstate_nativesdk_samesigs_multilib": {
                "status": "UNKNOWN"
            },
            "sstatetests.SStateHashSameSigs3.test_sstate_multilib_or_not_native_samesigs": {
                "duration": 176.90622186660767,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs3.test_sstate_sametune_samesigs": {
                "duration": 442.8513386249542,
                "status": "PASSED"
            },
            "sstatetests.SStateHashSameSigs4.test_sstate_movelayer_samesigs": {
                "duration": 71.52643418312073,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 696, in test_sstate_movelayer_samesigs\n    bitbake(\"bash -S none\")\n  File \"/home/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 \"/home/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  bash -S none' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nmeta                 = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=16, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58134), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe1b29b8a00>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe1b29b8a00>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=16, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58134), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe1b29b8a00>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe1b29b8a00>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,388 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132474/conf/local.conf\n2024-04-12 10:43:00,389 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:44:45,807 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2024-04-12 10:46:05,658 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 84b9e23a83a764e7a5d8a96ee523199e2b1c604f4280a45030e248de0ff52962 to 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 6d55d6743729b615749dc016857d7e5f9c884a8b92f0d57f68e743f4910333d3 to fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 5c78928d6e1cd960eeca2a8402cdd0d7eb9e6bf894e2b95d7caf190289434999 to 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from dada587ade4d28783151e52fcc21d922f3bdad57064c057c23796f4743430427 to cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 7ba40f049815ffb7b0a33e9d8636382852e2c306fd72803becdf8a242f35dc4f to 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 8b6d3e62ca4cabb6a4d843077f644139e10a79c7132546edc65076dc2462d466 to 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 13e6d841b22c0400d37f595d1c1cb01a6ebb12e7dda059c575557da6f9075f88 to 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 4123da244f465feffecb2b4fd2b132b64851981ec2fb70bf9445df8b0ea6a69e to 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from fa7d6ea0563b60362418d2a6c5e41a6684183d01ec578b65abd0c64a9cfba7cf to 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 1ab1b4ab9c459026d279cc4fde5d92e479074809e96bc27420bdabebba17627a to 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from cf9daca04d1ff9b60f84b2bed99c89ddb03a867efaf079e92b5532f86c2a0ef5 to 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from 23019736dca3b0bd8ffd21c71d0b4ad81a4204c38e18431354d2462c4dc3884a to d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 7b76e54fba23882cb08b5f5c087286c4a21b45458872bb039b47aaa2f85035be to 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from 7dcfe3c4d99c7d4d883309d24dbf4c2e98d163532c7739ac7e7dac74c201239d to a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_checkuri, the basehash value changed from 16c782190c31273782e432d8d44078e9e1d219d2376408ec9c22a506098224c4 to 1631d6d9d1e59948419a4cd67d176c1f01e16748004fe7cf64d145af4f24cc74. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_checkuri -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_checkuri -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_fetch, the basehash value changed from 022390683e755ebe9708139d500f35ad5200e3d08c7a26c65806103b5afa5817 to 0a9db59fd273b1bd8433c02aa6fa290b2b643f1c2c830cf143de275f08d53383. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_fetch -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_fetch -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_unpack, the basehash value changed from 2332f00080fd5645a1160c855dbf4e6c591dd0155578d83f6956282775b35d5b to 21d7bd721c7b2183fbcced7bc95ba084e13cd3211381404871045e9899316ba7. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_unpack -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_unpack -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_cleanall, the basehash value changed from 66f0c797bb0eca5d3a022e744a32613ff2bcb4e45b61ca95b37c7bd31c70d9bf to a5ec0fa2083206aef4ba7af306db2cca9052b46ecd40d8edbb1705bb9ba3a5ec. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_cleanall -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_cleanall -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_create_spdx, the basehash value changed from d7c2036309c576dc7f9b927b2282ef7780cf2294f5a3ec0ade312f66eb2a6fc0 to 20792160315255c2d055f154d887a5ab35d184b7c88571bfb36d271bc7eca147. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_create_spdx -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_create_spdx -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_recipe_qa, the basehash value changed from 5090e675283b45426a354c7cb0a3d55e59a6f7331c4d5bb57471b34a7d000a3e to 3cc3de9f481bc56a892d4520d4493a2142763d1f60584b1a8fb2743b9255c205. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_recipe_qa -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_recipe_qa -Sprintdiff\n\nERROR: When reparsing /tmp/selftest-fetchp21zbon5/test.bb:do_populate_lic, the basehash value changed from a263064ebc7143deb65c3082e1b8b51bedb3674907cd8e8ff9ca09c2404b616d to aa76b5ade00315fa47ad6a31da14399cbac318378c3ab4314815a01bdcaf2a7b. The metadata is not deterministic and this needs to be fixed.\nERROR: The following commands may help:\nERROR: $ bitbake test -cdo_populate_lic -Snone\nERROR: Then:\nERROR: $ bitbake test -cdo_populate_lic -Sprintdiff\n\n",
                "status": "FAILED"
            },
            "sstatetests.SStateHashSameSigs4.test_sstate_noop_samesigs": {
                "duration": 254.01519775390625,
                "status": "PASSED"
            },
            "sstatetests.SStatePrintdiff.test_gcc_runtime_vs_gcc_source": {
                "duration": 62.99946665763855,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 884, in test_gcc_runtime_vs_gcc_source\n    self.run_test_printdiff_changerecipe(\"gcc-runtime\", \"gcc-source\", \"-c do_preconfigure {}\".format(gcc_source_pn),\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 814, in run_test_printdiff_changerecipe\n    bitbake(\"--runall build --runall deploy_source_date_epoch {}\".format(target))\n  File \"/home/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 \"/home/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  --runall build --runall deploy_source_date_epoch gcc-runtime' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36464), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3a1fe1ff70>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3a1fe1ff70>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36464), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3a1fe1ff70>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3a1fe1ff70>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStatePrintdiff.test_image_minimal_vs_base_do_configure": {
                "duration": 59.16895532608032,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 914, in test_image_minimal_vs_base_do_configure\n    self.run_test_printdiff_changeconfig(\"core-image-minimal\",change_bbtasks,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 836, in run_test_printdiff_changeconfig\n    bitbake(\"--runall build --runall deploy_source_date_epoch {}\".format(target))\n  File \"/home/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 \"/home/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  --runall build --runall deploy_source_date_epoch core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49040), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6db6636ce0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6db6636ce0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 49040), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6db6636ce0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6db6636ce0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStatePrintdiff.test_image_minimal_vs_perlcross": {
                "duration": 55.977065086364746,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 864, in test_image_minimal_vs_perlcross\n    self.run_test_printdiff_changerecipe(\"core-image-minimal\", \"perlcross\", \"-c do_install perlcross-native\",\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 814, in run_test_printdiff_changerecipe\n    bitbake(\"--runall build --runall deploy_source_date_epoch {}\".format(target))\n  File \"/home/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 \"/home/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  --runall build --runall deploy_source_date_epoch core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 37356), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcd5246a5c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcd5246a5c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 37356), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcd5246a5c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fcd5246a5c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132385/conf/local.conf\n2024-04-12 10:43:00,380 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "sstatetests.SStateTests.test_autorev_sstate_works": {
                "duration": 253.6051709651947,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 240, in test_autorev_sstate_works\n    result = runCmd(['recipetool', 'create', '-o', recipefile, srcuri])\n  File \"/home/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 '['recipetool', 'create', '-o', '/tmp/sstate_autorev3qxsckh2/recipes-test/dbus-wait-test/dbus-wait-test_git.bb', 'git:///tmp/sstate_autorev3qxsckh2/noname;protocol=file;branch=master']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching git:///tmp/sstate_autorev3qxsckh2/noname;protocol=file;branch=master...\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 991 .bb files complete (0 cached, 991 parsed). 1962 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\nsstate_autorev3qxsckh2 = \"<unknown>:<unknown>\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42406), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f519a8ed1e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f519a8ed1e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 42406), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f519a8ed1e0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f519a8ed1e0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/lib/scriptutils.py\", line 206, in fetch_url\n    res = tinfoil.build_targets(fetchrecipepn,\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 801, in build_targets\n    if not self.run_command('ping', handle_events=False):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 520, in runCommand\n    self.connection.send(command)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 890, in send\n    self._send(obj)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 869, in _send\n    self.writer.send_bytes(obj)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 200, in send_bytes\n    self._send_bytes(m[offset:offset + size])\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 411, in _send_bytes\n    self._send(header + buf)\n  File \"/usr/lib/python3.10/multiprocessing/connection.py\", line 368, in _send\n    n = write(self._handle, buf)\nBrokenPipeError: [Errno 32] Broken pipe\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/scripts/recipetool\", line 104, in main\n    tinfoil.shutdown()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 837, in shutdown\n    self.run_command('clientComplete')\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 476, in run_command\n    result = self.server_connection.connection.runCommand(commandline)\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/server/process.py\", line 522, in runCommand\n    raise BrokenPipeError(\"bitbake-server might have died or been forcibly stopped, ie. OOM killed\") from e\nBrokenPipeError: bitbake-server might have died or been forcibly stopped, ie. OOM killed\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132386/tmp/log/cve/cve-summary.json\n2024-04-12 10:56:44,761 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
                "status": "FAILED"
            },
            "sysroot.SysrootTests.test_sysroot_cleanup": {
                "status": "UNKNOWN"
            },
            "sysroot.SysrootTests.test_sysroot_la": {
                "status": "UNKNOWN"
            },
            "sysroot.SysrootTests.test_sysroot_max_shebang": {
                "status": "UNKNOWN"
            },
            "sysroot.SysrootTests.test_sysroot_pkgconfig": {
                "status": "UNKNOWN"
            },
            "systemd_boot.Systemdboot.test_efi_systemdboot_images_can_be_built": {
                "duration": 120.66083788871765,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py\", line 30, in test_efi_systemdboot_images_can_be_built\n    bitbake('-c clean systemd-boot')\n  File \"/home/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 \"/home/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 systemd-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"genericx86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34696), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ffa036fdc90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ffa036fdc90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34696), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ffa036fdc90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ffa036fdc90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132435/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:46:12,797 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
                "status": "FAILED"
            },
            "tinfoil.TinfoilTests.test_datastore_operations": {
                "duration": 1.35459566116333,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_expand": {
                "duration": 0.10178327560424805,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_getvar": {
                "duration": 0.11150860786437988,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_getvar_bb_origenv": {
                "duration": 0.1019906997680664,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_list_recipes": {
                "duration": 2.9745633602142334,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_parse_recipe": {
                "duration": 3.3293302059173584,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_parse_recipe_copy_expand": {
                "duration": 3.2536463737487793,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_parse_recipe_custom_data": {
                "duration": 3.3858907222747803,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_parse_virtual_recipe": {
                "duration": 3.5836966037750244,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_parse_virtual_recipe_custom_data": {
                "duration": 4.020491123199463,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_setvariable_clean": {
                "duration": 0.30411672592163086,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_variable_history": {
                "duration": 3.4356884956359863,
                "status": "PASSED"
            },
            "tinfoil.TinfoilTests.test_wait_event": {
                "duration": 0.20290350914001465,
                "status": "PASSED"
            },
            "usergrouptests.UserGroupTests.test_add_task_between_p_sysroot_and_package": {
                "duration": 11.511841535568237,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/usergrouptests.py\", line 23, in test_add_task_between_p_sysroot_and_package\n    self.assertTrue(bitbake('useraddbadtask -C fetch'))\n  File \"/home/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 \"/home/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  useraddbadtask -C fetch' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...NOTE: Tainting hash to force rebuild of task /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb, do_fetch\nERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36438), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa9c4ff8ca0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa9c4ff8ca0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 36438), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa9c4ff8ca0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fa9c4ff8ca0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
                "status": "FAILED"
            },
            "usergrouptests.UserGroupTests.test_group_from_dep_package": {
                "duration": 8.960731267929077,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/usergrouptests.py\", line 16, in test_group_from_dep_package\n    bitbake(' creategroup2 creategroup1')\n  File \"/home/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 \"/home/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   creategroup2 creategroup1' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45850), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3a21175b40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3a21175b40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 45850), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3a21175b40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3a21175b40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n2024-04-12 11:07:33,557 - oe-selftest - INFO - Building creategroup2\n",
                "status": "FAILED"
            },
            "usergrouptests.UserGroupTests.test_postinst_order": {
                "duration": 8.748230218887329,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/usergrouptests.py\", line 27, in test_postinst_order\n    self.assertTrue(bitbake(' dcreategroup'))\n  File \"/home/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 \"/home/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   dcreategroup' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39380), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f016e4b9b40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f016e4b9b40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39380), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f016e4b9b40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f016e4b9b40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n2024-04-12 11:07:33,557 - oe-selftest - INFO - Building creategroup2\n2024-04-12 11:07:42,522 - oe-selftest - INFO - Building dcreategroup\n",
                "status": "FAILED"
            },
            "usergrouptests.UserGroupTests.test_static_useradd_from_dynamic": {
                "duration": 14.067587852478027,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/usergrouptests.py\", line 32, in test_static_useradd_from_dynamic\n    bitbake(' core-image-minimal')\n  File \"/home/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 \"/home/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:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44312), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc029a3a410>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc029a3a410>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44312), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc029a3a410>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc029a3a410>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132393/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:26,176 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n2024-04-12 11:07:33,557 - oe-selftest - INFO - Building creategroup2\n2024-04-12 11:07:42,522 - oe-selftest - INFO - Building dcreategroup\n2024-04-12 11:07:55,676 - oe-selftest - INFO - Building core-image-minimal to generate passwd/group file\n",
                "status": "FAILED"
            },
            "wic.CLITests.test_createhelp": {
                "duration": 0.40216779708862305,
                "status": "PASSED"
            },
            "wic.CLITests.test_help": {
                "duration": 0.9440116882324219,
                "status": "PASSED"
            },
            "wic.CLITests.test_help_create": {
                "duration": 0.5174868106842041,
                "status": "PASSED"
            },
            "wic.CLITests.test_help_kickstart": {
                "duration": 0.5104885101318359,
                "status": "PASSED"
            },
            "wic.CLITests.test_help_list": {
                "duration": 0.5008347034454346,
                "status": "PASSED"
            },
            "wic.CLITests.test_help_overview": {
                "duration": 0.5781967639923096,
                "status": "PASSED"
            },
            "wic.CLITests.test_help_plugins": {
                "duration": 0.5408778190612793,
                "status": "PASSED"
            },
            "wic.CLITests.test_list_images": {
                "duration": 8.534814357757568,
                "status": "PASSED"
            },
            "wic.CLITests.test_list_source_plugins": {
                "duration": 2.962763786315918,
                "status": "PASSED"
            },
            "wic.CLITests.test_listed_images_help": {
                "duration": 84.76418280601501,
                "status": "PASSED"
            },
            "wic.CLITests.test_listhelp": {
                "duration": 0.485929012298584,
                "status": "PASSED"
            },
            "wic.CLITests.test_no_command": {
                "duration": 0.507763147354126,
                "status": "PASSED"
            },
            "wic.CLITests.test_unsupported_subcommand": {
                "duration": 0.5347652435302734,
                "status": "PASSED"
            },
            "wic.CLITests.test_version": {
                "duration": 0.5822393894195557,
                "status": "PASSED"
            },
            "wic.ModifyTests.test_wic_cp": {
                "duration": 9.35361361503601,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (989 cached, 1 parsed). 1961 targets, 52 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58856), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f45dfdba830>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f45dfdba830>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58856), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f45dfdba830>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f45dfdba830>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "wic.ModifyTests.test_wic_cp_ext": {
                "duration": 10.671043872833252,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 52158), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3233056a40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3233056a40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 52158), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3233056a40>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f3233056a40>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "wic.ModifyTests.test_wic_ls": {
                "duration": 11.415842533111572,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59396), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0053fbb940>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0053fbb940>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59396), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0053fbb940>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0053fbb940>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "wic.ModifyTests.test_wic_ls_ext": {
                "duration": 8.583735466003418,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 48706), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0b38933a90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0b38933a90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 48706), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0b38933a90>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f0b38933a90>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "wic.ModifyTests.test_wic_rm": {
                "duration": 8.724437475204468,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59082), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f89b66ca500>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f89b66ca500>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59082), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f89b66ca500>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f89b66ca500>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "wic.ModifyTests.test_wic_rm_ext": {
                "duration": 11.754074573516846,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59096), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f44b2457a60>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f44b2457a60>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 59096), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f44b2457a60>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f44b2457a60>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,382 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132400/conf/local.conf\n2024-04-12 10:43:00,383 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2024-04-12 10:50:49,490 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n",
                "status": "FAILED"
            },
            "wic.Wic.test_bootloader_config": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_build_artifacts": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_build_image_name": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_build_rootfs_long": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_build_rootfs_short": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_change_directory": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_change_directory_errors": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_compress_bzip2": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_compress_gzip": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_compress_xz": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_debug_long": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_debug_short": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_default_output_dir": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_efi_bootpart": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_exclude_path": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_exclude_path_errors": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_extra_space": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_gpt_image": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_include_path": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_include_path_embeded": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_include_path_errors": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_iso_image": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_kernel_install": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_mkefidisk": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_no_fstab_update": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_no_fstab_update_errors": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_no_table": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_partition_hidden_attributes": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_permissions": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_qemux86_directdisk": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_rootfs_artifacts": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_rootfs_indirect_recipes": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_sdimage_bootpart": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_skip_build_check_long": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_skip_build_check_short": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_skip_kernel_install": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_systemd_bootdisk": {
                "status": "UNKNOWN"
            },
            "wic.Wic.test_wrong_compressor": {
                "status": "UNKNOWN"
            },
            "wic.Wic2.test_biosplusefi_plugin": {
                "duration": 9.836819171905518,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47390), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe6c0d675b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe6c0d675b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 47390), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe6c0d675b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe6c0d675b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_biosplusefi_plugin_qemu": {
                "duration": 11.11693811416626,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53262), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5534f3b670>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5534f3b670>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 53262), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5534f3b670>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5534f3b670>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "wic.Wic2.test_bmap_long": {
                "duration": 10.839397430419922,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43884), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e1433b640>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e1433b640>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 43884), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e1433b640>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e1433b640>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_bmap_short": {
                "duration": 9.634226322174072,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38534), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f902bfd76a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f902bfd76a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 38534), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f902bfd76a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f902bfd76a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_efi_plugin_unified_kernel_image_qemu": {
                "duration": 10.320627450942993,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39104), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f385bddf7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f385bddf7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39104), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f385bddf7c0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f385bddf7c0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "wic.Wic2.test_empty_plugin": {
                "duration": 9.24828577041626,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50550), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd2b131dff0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd2b131dff0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50550), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd2b131dff0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd2b131dff0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_empty_zeroize_plugin": {
                "duration": 9.534569263458252,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50576), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e002fe080>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e002fe080>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50576), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e002fe080>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6e002fe080>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_expand_mbr_image": {
                "duration": 8.573752880096436,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50220), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f135ec1f310>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f135ec1f310>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50220), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f135ec1f310>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f135ec1f310>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "wic.Wic2.test_extra_space": {
                "duration": 7.09397029876709,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57736), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6cf3f4bac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6cf3f4bac0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 57736), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6cf3f4bac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f6cf3f4bac0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_fixed_size": {
                "duration": 9.20186448097229,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 46004), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f395ee821a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f395ee821a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 46004), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f395ee821a0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f395ee821a0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_fixed_size_error": {
                "duration": 14.268606185913086,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39892), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f510b623ac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f510b623ac0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39892), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f510b623ac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f510b623ac0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_fs_types": {
                "duration": 10.638449668884277,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56602), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8f46607490>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8f46607490>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56602), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8f46607490>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f8f46607490>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_gpt_partition_name": {
                "duration": 11.670544147491455,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 32828), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4bc045f670>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4bc045f670>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 32828), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4bc045f670>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f4bc045f670>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_image_bootpart_globbed": {
                "duration": 7.6991846561431885,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39434), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd053a29ff0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd053a29ff0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 39434), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd053a29ff0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd053a29ff0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_image_env": {
                "duration": 9.469457387924194,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 40852), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2acf85f760>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2acf85f760>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 40852), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2acf85f760>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f2acf85f760>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_image_vars_dir_long": {
                "duration": 9.60961627960205,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56738), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f753fa17640>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f753fa17640>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56738), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f753fa17640>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f753fa17640>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_image_vars_dir_short": {
                "duration": 9.613216638565063,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 55362), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f035ba97ac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f035ba97ac0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 55362), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f035ba97ac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f035ba97ac0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_kickstart_parser": {
                "duration": 9.966171264648438,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 54952), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f34f8123850>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f34f8123850>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 54952), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f34f8123850>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f34f8123850>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_mkfs_extraopts": {
                "duration": 10.734457969665527,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33324), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe2304877f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe2304877f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 33324), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe2304877f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fe2304877f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_offset": {
                "duration": 10.64222240447998,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34672), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3be707640>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3be707640>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 34672), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3be707640>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fc3be707640>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_qemu": {
                "duration": 11.827583074569702,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44306), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f89418d7ac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f89418d7ac0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 44306), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f89418d7ac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f89418d7ac0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "wic.Wic2.test_qemu_efi": {
                "duration": 10.671093225479126,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58320), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f55ea47b640>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f55ea47b640>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58320), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f55ea47b640>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f55ea47b640>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "wic.Wic2.test_rawcopy_plugin": {
                "duration": 10.216229438781738,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58332), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f13d578fac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f13d578fac0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58332), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f13d578fac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f13d578fac0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_rawcopy_plugin_qemu": {
                "duration": 15.134460210800171,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 46694), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9bd514f5b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9bd514f5b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 46694), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9bd514f5b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f9bd514f5b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "runqemu"
                ],
                "status": "FAILED"
            },
            "wic.Wic2.test_rawcopy_plugin_unpack": {
                "duration": 6.8561811447143555,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56540), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff8cc3e9ff0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff8cc3e9ff0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 56540), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff8cc3e9ff0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7ff8cc3e9ff0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_sparse_copy": {
                "duration": 6.712468147277832,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58110), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f98cdeda2f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f98cdeda2f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58110), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f98cdeda2f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f98cdeda2f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_uefi_kernel": {
                "duration": 8.371161699295044,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58116), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbd73a3bac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbd73a3bac0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58116), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbd73a3bac0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fbd73a3bac0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wic.Wic2.test_wic_image_type": {
                "duration": 8.636574506759644,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wic.py\", line 70, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/home/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 \"/home/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  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58240), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5cc5bce2f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5cc5bce2f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 58240), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5cc5bce2f0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7f5cc5bce2f0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132408/conf/local.conf\n2024-04-12 10:43:00,387 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "wrapper.WrapperTests.test_shebang_wrapper": {
                "duration": 6.782191514968872,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/wrapper.py\", line 16, in test_shebang_wrapper\n    res = bitbake(\"cmdline-shebang-wrapper-test -c install\", ignore_status=False)\n  File \"/home/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 \"/home/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  cmdline-shebang-wrapper-test -c install' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 1961 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.7.3\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"4.3+snapshot-793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:793b31dbf4d2dff123c93b953a761f1a5a461b79\"\nmeta-selftest        = \"master:734687726ebae4873f9bbb5413e9b9a856b31d12\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50564), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd3b32754b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd3b32754b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/usr/lib/python3.10/asyncio/base_events.py\", line 1121, in _UnixSelectorEventLoop._create_connection_transport(sock=<socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.29.10.62', 50564), raddr=('34.221.58.120', 443)>, protocol_factory=functools.partial(<class 'websockets.legacy.client.WebSocketClientProtocol'>, ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd3b32754b0>], subprotocols=None, extra_headers=None), ssl=True, server_hostname='hashserv.yoctoproject.org', server_side=False, ssl_handshake_timeout=None):\n     \n    >        protocol = protocol_factory()\n             waiter = self.create_future()\n  File \"/usr/lib/python3/dist-packages/websockets/legacy/client.py\", line 160, in WebSocketClientProtocol.__init__(origin=None, extensions=[<websockets.extensions.permessage_deflate.ClientPerMessageDeflateFactory object at 0x7fd3b32754b0>], subprotocols=None, extra_headers=None, **kwargs={'ping_interval': None, 'ping_timeout': 20, 'close_timeout': 10, 'max_size': 1048576, 'max_queue': 32, 'read_limit': 65536, 'write_limit': 65536, 'loop': <_UnixSelectorEventLoop running=False closed=False debug=False>, 'host': 'hashserv.yoctoproject.org', 'port': 443, 'secure': True, 'legacy_recv': False}):\n             self.extra_headers = extra_headers\n    >        super().__init__(**kwargs)\n     \n  File \"/usr/lib/python3/dist-packages/websockets/legacy/protocol.py\", line 154, in WebSocketClientProtocol.__init__(ping_interval=None, ping_timeout=20, close_timeout=10, max_size=1048576, max_queue=32, read_limit=65536, write_limit=65536, loop=<_UnixSelectorEventLoop running=False closed=False debug=False>, host='hashserv.yoctoproject.org', port=443, secure=True, legacy_recv=False, timeout=10):\n     \n    >        self._drain_lock = asyncio.Lock(\n                 loop=loop if sys.version_info[:2] < (3, 8) else None\n  File \"/usr/lib/python3.10/asyncio/locks.py\", line 78, in Lock.__init__(loop=None):\n         def __init__(self, *, loop=mixins._marker):\n    >        super().__init__(loop=loop)\n             self._waiters = None\n  File \"/usr/lib/python3.10/asyncio/mixins.py\", line 17, in Lock.__init__(loop=None):\n             if loop is not _marker:\n    >            raise TypeError(\n                     f'As of 3.10, the *loop* parameter was removed from '\nTypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2024-04-12 10:43:00,385 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-4132420/conf/local.conf\n2024-04-12 10:43:00,386 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "status": "FAILED"
            },
            "yoctotestresultsquerytests.TestResultsQueryTests.test_create_workdir": {
                "duration": 1.1354577541351318,
                "status": "PASSED"
            },
            "yoctotestresultsquerytests.TestResultsQueryTests.test_get_sha1": {
                "duration": 0.08396434783935547,
                "status": "PASSED"
            }
        }
    }
}