{
    "oeselftest_ubuntu-22.04_qemux86-64_20240908113303": {
        "configuration": {
            "HOST_DISTRO": "ubuntu-22.04",
            "HOST_NAME": "ubuntu2204-vk-2",
            "LAYERS": {
                "meta": {
                    "branch": "master",
                    "commit": "185fd2b28c98c3e1abe6494e03001f4a196d122e",
                    "commit_count": 75634
                },
                "meta-poky": {
                    "branch": "master",
                    "commit": "185fd2b28c98c3e1abe6494e03001f4a196d122e",
                    "commit_count": 75634
                },
                "meta-selftest": {
                    "branch": "master",
                    "commit": "40effba7a6a1ecfed81e16d82b511230e3fd464c",
                    "commit_count": 1
                },
                "meta-yocto-bsp": {
                    "branch": "master",
                    "commit": "185fd2b28c98c3e1abe6494e03001f4a196d122e",
                    "commit_count": 75634
                }
            },
            "MACHINE": "qemux86-64",
            "OESELFTEST_METADATA": {
                "exclude_tags": null,
                "run_all_tests": false,
                "run_tests": [
                    "reproducible"
                ],
                "select_tags": null,
                "skips": null
            },
            "STARTTIME": "20240908113303",
            "TEST_TYPE": "oeselftest"
        },
        "result": {
            "reproducible": {
                "files": {}
            },
            "reproducible.DiffoscopeTests.test_diffoscope": {
                "duration": 46.12920379638672,
                "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/lib/oeqa/selftest/cases/reproducible.py\", line 109, in test_diffoscope\n    bitbake(\"diffoscope-native -c addto_recipe_sysroot\")\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/lib/oeqa/utils/commands.py\", line 212, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  diffoscope-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 988 .bb files complete (0 cached, 988 parsed). 1956 targets, 55 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.9.1\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"ubuntu-22.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0+snapshot-185fd2b28c98c3e1abe6494e03001f4a196d122e\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:185fd2b28c98c3e1abe6494e03001f4a196d122e\"\nmeta-selftest        = \"master:40effba7a6a1ecfed81e16d82b511230e3fd464c\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/asyncrpc/client.py\", line 152, in AsyncClient.connect():\n             if self.socket is None:\n    >            self.socket = await self._connect_sock()\n                 await self.setup_connection()\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/asyncrpc/client.py\", line 115, in connect_sock:\n             async def connect_sock():\n    >            websocket = await websockets.connect(\n                     uri,\n  File \"/home/pokybuild/buildbot-venv/lib/python3.10/site-packages/websockets/legacy/client.py\", line 646, in Connect.__await_impl_timeout__():\n         async def __await_impl_timeout__(self) -> WebSocketClientProtocol:\n    >        async with asyncio_timeout(self.open_timeout):\n                 return await self.__await_impl__()\n  File \"/home/pokybuild/buildbot-venv/lib/python3.10/site-packages/websockets/legacy/async_timeout.py\", line 169, in Timeout.__aexit__(exc_type=<class 'asyncio.exceptions.CancelledError'>, exc_val=CancelledError(), exc_tb=<traceback object at 0x7f6a77760c80>):\n         ) -> Optional[bool]:\n    >        self._do_exit(exc_type)\n             return None\n  File \"/home/pokybuild/buildbot-venv/lib/python3.10/site-packages/websockets/legacy/async_timeout.py\", line 252, in Timeout._do_exit(exc_type=<class 'asyncio.exceptions.CancelledError'>):\n                 self._timeout_handler = None\n    >            raise asyncio.TimeoutError\n             # timeout has not expired\nasyncio.exceptions.TimeoutError\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/asyncrpc/client.py\", line 152, in AsyncClient.connect():\n             if self.socket is None:\n    >            self.socket = await self._connect_sock()\n                 await self.setup_connection()\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/asyncrpc/client.py\", line 115, in connect_sock:\n             async def connect_sock():\n    >            websocket = await websockets.connect(\n                     uri,\n  File \"/home/pokybuild/buildbot-venv/lib/python3.10/site-packages/websockets/legacy/client.py\", line 646, in Connect.__await_impl_timeout__():\n         async def __await_impl_timeout__(self) -> WebSocketClientProtocol:\n    >        async with asyncio_timeout(self.open_timeout):\n                 return await self.__await_impl__()\n  File \"/home/pokybuild/buildbot-venv/lib/python3.10/site-packages/websockets/legacy/async_timeout.py\", line 169, in Timeout.__aexit__(exc_type=<class 'asyncio.exceptions.CancelledError'>, exc_val=CancelledError(), exc_tb=<traceback object at 0x7f6a77760c80>):\n         ) -> Optional[bool]:\n    >        self._do_exit(exc_type)\n             return None\n  File \"/home/pokybuild/buildbot-venv/lib/python3.10/site-packages/websockets/legacy/async_timeout.py\", line 252, in Timeout._do_exit(exc_type=<class 'asyncio.exceptions.CancelledError'>):\n                 self._timeout_handler = None\n    >            raise asyncio.TimeoutError\n             # timeout has not expired\nasyncio.exceptions.TimeoutError\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
                "status": "FAILED"
            },
            "reproducible.ReproducibleTests.test_reproducible_builds": {
                "duration": 34.072346448898315,
                "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/lib/oeqa/selftest/cases/reproducible.py\", line 265, in test_reproducible_builds\n    bitbake(\"diffoscope-native diffutils-native jquery-native -c addto_recipe_sysroot\")\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/lib/oeqa/utils/commands.py\", line 234, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/meta/lib/oeqa/utils/commands.py\", line 212, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  diffoscope-native diffutils-native jquery-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...done.\nLoaded 1956 entries from dependency cache.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.9.1\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0+snapshot-185fd2b28c98c3e1abe6494e03001f4a196d122e\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master:185fd2b28c98c3e1abe6494e03001f4a196d122e\"\nmeta-selftest        = \"master:40effba7a6a1ecfed81e16d82b511230e3fd464c\"\n\nInitialising tasks...ERROR: An uncaught exception occurred in runqueue\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/asyncrpc/client.py\", line 152, in AsyncClient.connect():\n             if self.socket is None:\n    >            self.socket = await self._connect_sock()\n                 await self.setup_connection()\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/asyncrpc/client.py\", line 115, in connect_sock:\n             async def connect_sock():\n    >            websocket = await websockets.connect(\n                     uri,\n  File \"/home/pokybuild/buildbot-venv/lib/python3.10/site-packages/websockets/legacy/client.py\", line 646, in Connect.__await_impl_timeout__():\n         async def __await_impl_timeout__(self) -> WebSocketClientProtocol:\n    >        async with asyncio_timeout(self.open_timeout):\n                 return await self.__await_impl__()\n  File \"/home/pokybuild/buildbot-venv/lib/python3.10/site-packages/websockets/legacy/async_timeout.py\", line 169, in Timeout.__aexit__(exc_type=<class 'asyncio.exceptions.CancelledError'>, exc_val=CancelledError(), exc_tb=<traceback object at 0x7f9008aa2580>):\n         ) -> Optional[bool]:\n    >        self._do_exit(exc_type)\n             return None\n  File \"/home/pokybuild/buildbot-venv/lib/python3.10/site-packages/websockets/legacy/async_timeout.py\", line 252, in Timeout._do_exit(exc_type=<class 'asyncio.exceptions.CancelledError'>):\n                 self._timeout_handler = None\n    >            raise asyncio.TimeoutError\n             # timeout has not expired\nasyncio.exceptions.TimeoutError\n\nERROR: Running idle function\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/asyncrpc/client.py\", line 152, in AsyncClient.connect():\n             if self.socket is None:\n    >            self.socket = await self._connect_sock()\n                 await self.setup_connection()\n  File \"/srv/pokybuild/yocto-worker/reproducible/build/bitbake/lib/bb/asyncrpc/client.py\", line 115, in connect_sock:\n             async def connect_sock():\n    >            websocket = await websockets.connect(\n                     uri,\n  File \"/home/pokybuild/buildbot-venv/lib/python3.10/site-packages/websockets/legacy/client.py\", line 646, in Connect.__await_impl_timeout__():\n         async def __await_impl_timeout__(self) -> WebSocketClientProtocol:\n    >        async with asyncio_timeout(self.open_timeout):\n                 return await self.__await_impl__()\n  File \"/home/pokybuild/buildbot-venv/lib/python3.10/site-packages/websockets/legacy/async_timeout.py\", line 169, in Timeout.__aexit__(exc_type=<class 'asyncio.exceptions.CancelledError'>, exc_val=CancelledError(), exc_tb=<traceback object at 0x7f9008aa2580>):\n         ) -> Optional[bool]:\n    >        self._do_exit(exc_type)\n             return None\n  File \"/home/pokybuild/buildbot-venv/lib/python3.10/site-packages/websockets/legacy/async_timeout.py\", line 252, in Timeout._do_exit(exc_type=<class 'asyncio.exceptions.CancelledError'>):\n                 self._timeout_handler = None\n    >            raise asyncio.TimeoutError\n             # timeout has not expired\nasyncio.exceptions.TimeoutError\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
                "status": "FAILED"
            },
            "reproducible.rawlogs": {
                "log": ""
            }
        }
    }
}