{
    "oeselftest_ubuntu-20.04_qemux86-64_20240908133909": {
        "configuration": {
            "HOST_DISTRO": "ubuntu-20.04",
            "HOST_NAME": "ubuntu2004-vk-1",
            "LAYERS": {
                "meta": {
                    "branch": "master-next",
                    "commit": "11b954b0302e6d0eaa7ff6b8348e9a86d049e605",
                    "commit_count": 75648
                },
                "meta-poky": {
                    "branch": "master-next",
                    "commit": "11b954b0302e6d0eaa7ff6b8348e9a86d049e605",
                    "commit_count": 75648
                },
                "meta-selftest": {
                    "branch": "master",
                    "commit": "5b31c3540206103f0f8648a5d7cc19592af89d72",
                    "commit_count": 1
                },
                "meta-yocto-bsp": {
                    "branch": "master-next",
                    "commit": "11b954b0302e6d0eaa7ff6b8348e9a86d049e605",
                    "commit_count": 75648
                }
            },
            "MACHINE": "qemux86-64",
            "OESELFTEST_METADATA": {
                "exclude_tags": null,
                "run_all_tests": false,
                "run_tests": [
                    "reproducible"
                ],
                "select_tags": null,
                "skips": null
            },
            "STARTTIME": "20240908133909",
            "TEST_TYPE": "oeselftest"
        },
        "result": {
            "reproducible": {
                "files": {}
            },
            "reproducible.DiffoscopeTests.test_diffoscope": {
                "duration": 52.86410975456238,
                "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-20.04\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0+snapshot-11b954b0302e6d0eaa7ff6b8348e9a86d049e605\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master-next:11b954b0302e6d0eaa7ff6b8348e9a86d049e605\"\nmeta-selftest        = \"master:5b31c3540206103f0f8648a5d7cc19592af89d72\"\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.8/site-packages/websockets/legacy/client.py\", line 647, in Connect.__await_impl_timeout__():\n             async with asyncio_timeout(self.open_timeout):\n    >            return await self.__await_impl__()\n     \n  File \"/home/pokybuild/buildbot-venv/lib/python3.8/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 0x7fac03a0d400>):\n         ) -> Optional[bool]:\n    >        self._do_exit(exc_type)\n             return None\n  File \"/home/pokybuild/buildbot-venv/lib/python3.8/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.8/site-packages/websockets/legacy/client.py\", line 647, in Connect.__await_impl_timeout__():\n             async with asyncio_timeout(self.open_timeout):\n    >            return await self.__await_impl__()\n     \n  File \"/home/pokybuild/buildbot-venv/lib/python3.8/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 0x7fac03a0d400>):\n         ) -> Optional[bool]:\n    >        self._do_exit(exc_type)\n             return None\n  File \"/home/pokybuild/buildbot-venv/lib/python3.8/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": 35.908371448516846,
                "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-11b954b0302e6d0eaa7ff6b8348e9a86d049e605\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"master-next:11b954b0302e6d0eaa7ff6b8348e9a86d049e605\"\nmeta-selftest        = \"master:5b31c3540206103f0f8648a5d7cc19592af89d72\"\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.8/site-packages/websockets/legacy/client.py\", line 647, in Connect.__await_impl_timeout__():\n             async with asyncio_timeout(self.open_timeout):\n    >            return await self.__await_impl__()\n     \n  File \"/home/pokybuild/buildbot-venv/lib/python3.8/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 0x7f02ebf61080>):\n         ) -> Optional[bool]:\n    >        self._do_exit(exc_type)\n             return None\n  File \"/home/pokybuild/buildbot-venv/lib/python3.8/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.8/site-packages/websockets/legacy/client.py\", line 647, in Connect.__await_impl_timeout__():\n             async with asyncio_timeout(self.open_timeout):\n    >            return await self.__await_impl__()\n     \n  File \"/home/pokybuild/buildbot-venv/lib/python3.8/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 0x7f02ebf61080>):\n         ) -> Optional[bool]:\n    >        self._do_exit(exc_type)\n             return None\n  File \"/home/pokybuild/buildbot-venv/lib/python3.8/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": ""
            }
        }
    }
}