{
    "oeselftest_rocky-9.4_qemux86-64_20240519191251": {
        "configuration": {
            "HOST_DISTRO": "rocky-9.4",
            "HOST_NAME": "rocky9-ty-1.yocto.io",
            "LAYERS": {
                "meta": {
                    "branch": "abelloni/master-next",
                    "commit": "08e794752963469a07f44f4e2f3aa0a491c7817c",
                    "commit_count": 74541
                },
                "meta-poky": {
                    "branch": "abelloni/master-next",
                    "commit": "08e794752963469a07f44f4e2f3aa0a491c7817c",
                    "commit_count": 74541
                },
                "meta-selftest": {
                    "branch": "abelloni/master-next",
                    "commit": "08e794752963469a07f44f4e2f3aa0a491c7817c",
                    "commit_count": 74541
                },
                "meta-yocto-bsp": {
                    "branch": "abelloni/master-next",
                    "commit": "08e794752963469a07f44f4e2f3aa0a491c7817c",
                    "commit_count": 74541
                }
            },
            "MACHINE": "qemux86-64",
            "OESELFTEST_METADATA": {
                "exclude_tags": null,
                "run_all_tests": true,
                "run_tests": null,
                "select_tags": [
                    "yocto-mirrors"
                ],
                "skips": null
            },
            "STARTTIME": "20240519191251",
            "TEST_TYPE": "oeselftest"
        },
        "result": {
            "buildoptions.SourceMirroring.test_yocto_source_mirror": {
                "duration": 253.50738859176636,
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "PASSED"
            },
            "sstatetests.SStateMirrors.test_cdn_mirror_qemuarm64": {
                "duration": 924.6256070137024,
                "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 1000, in test_cdn_mirror_qemuarm64\n    self.run_test(\"qemuarm64\", \"core-image-minimal core-image-full-cmdline core-image-sato-sdk\", exceptions, ignore_errors = True)\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 988, in run_test\n    bitbake(\"-S none {}\".format(targets))\n  File \"/home/pokybuild/yocto-worker/a-full/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/a-full/build/meta/lib/oeqa/utils/commands.py\", line 212, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -S none core-image-minimal core-image-full-cmdline core-image-sato-sdk' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...NOTE: Cache: default: Out of date cache found, rebuilding...\ndone.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 990 .bb files complete (0 cached, 990 parsed). 1965 targets, 62 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      = \"universal\"\nTARGET_SYS           = \"aarch64-poky-linux\"\nMACHINE              = \"qemuarm64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0+snapshot-08e794752963469a07f44f4e2f3aa0a491c7817c\"\nTUNE_FEATURES        = \"aarch64 crc cortexa57\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"abelloni/master-next:08e794752963469a07f44f4e2f3aa0a491c7817c\"\nmeta-selftest        = \"master:e17d62e8e87527b9a53bc0ac43829e572055cb7d\"\n\nInitialising tasks...NOTE: The /proc/pressure files can't be read. Continuing build without monitoring pressure\nChecking sstate mirror object availability...ERROR: SState: cannot test file://c8/62/sstate:libstd-rs:cortexa57-poky-linux:1.75.0:r0:cortexa57:12:c862358e5340fe239beab4716537834b90a533dbfaab1db7f2bdae37b0f3c543_populate_sysroot.tar.zst: timeout('The read operation timed out')\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1044, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1951, in checkstatus\n    ret = m.try_mirrors(self, ud, self.d, mirrors, True)\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1648, in try_mirrors\n    return bool(try_mirrors(fetch, d, urldata, mirrors, check))\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1163, in try_mirrors\n    ret = try_mirror_url(fetch, origud, uds[index], ld, check)\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1055, in try_mirror_url\n    found = ud.method.checkstatus(fetch, ud, ld)\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/wget.py\", line 373, in checkstatus\n    with opener.open(r, timeout=30) as response:\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 523, in open\n    response = meth(req, response)\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 632, in http_response\n    response = self.parent.error(\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 555, in error\n    result = self._call_chain(*args)\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 494, in _call_chain\n    result = func(*args)\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 747, in http_error_302\n    return self.parent.open(new, timeout=req.timeout)\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 517, in open\n    response = self._open(req, data)\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 534, in _open\n    result = self._call_chain(self.handle_open, protocol, protocol +\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 494, in _call_chain\n    result = func(*args)\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 1389, in https_open\n    return self.do_open(http.client.HTTPSConnection, req,\n  File \"/usr/lib64/python3.9/urllib/request.py\", line 1350, in do_open\n    r = h.getresponse()\n  File \"/usr/lib64/python3.9/http/client.py\", line 1377, in getresponse\n    response.begin()\n  File \"/usr/lib64/python3.9/http/client.py\", line 320, in begin\n    version, status, reason = self._read_status()\n  File \"/usr/lib64/python3.9/http/client.py\", line 281, in _read_status\n    line = str(self.fp.readline(_MAXLINE + 1), \"iso-8859-1\")\n  File \"/usr/lib64/python3.9/socket.py\", line 704, in readinto\n    return self._sock.recv_into(b)\n  File \"/usr/lib64/python3.9/ssl.py\", line 1275, in recv_into\n    return self.read(nbytes, buffer)\n  File \"/usr/lib64/python3.9/ssl.py\", line 1133, in read\n    return self._sslobj.read(len, buffer)\nsocket.timeout: The read operation timed out\n\ndone.\nSstate summary: Wanted 5533 Local 0 Mirrors 5522 Missed 11 Current 0 (99% match, 0% complete)\nNOTE: Writing task signature files\nNOTE: Tasks Summary: Attempted 0 tasks of which 0 didn't need to be rerun and all succeeded.\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2024-05-19 19:12:53,902 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/a-full/build/build-st-56156/conf/local.conf\n2024-05-19 19:12:53,902 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "FAILED"
            },
            "sstatetests.SStateMirrors.test_cdn_mirror_qemux86_64": {
                "duration": 1484.637532711029,
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "PASSED"
            },
            "sstatetests.SStateMirrors.test_local_cache_qemuarm64": {
                "duration": 295.20563077926636,
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "PASSED"
            },
            "sstatetests.SStateMirrors.test_local_cache_qemux86_64": {
                "duration": 298.3609461784363,
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "PASSED"
            }
        }
    }
}