{
    "oeselftest_almalinux-9.4_qemux86-64_20240527015424": {
        "configuration": {
            "HOST_DISTRO": "almalinux-9.4",
            "HOST_NAME": "alma9-ty-1.yocto.io",
            "LAYERS": {
                "meta": {
                    "branch": "master",
                    "commit": "f66f8fa9f605d5dc39acb10226198b3ab40dcaa3",
                    "commit_count": 74551
                },
                "meta-filesystems": {
                    "branch": "master",
                    "commit": "f09c477f9a040682a7b62d3c342150dbeae0df37",
                    "commit_count": 30189
                },
                "meta-gnome": {
                    "branch": "master",
                    "commit": "f09c477f9a040682a7b62d3c342150dbeae0df37",
                    "commit_count": 30189
                },
                "meta-initramfs": {
                    "branch": "master",
                    "commit": "f09c477f9a040682a7b62d3c342150dbeae0df37",
                    "commit_count": 30189
                },
                "meta-multimedia": {
                    "branch": "master",
                    "commit": "f09c477f9a040682a7b62d3c342150dbeae0df37",
                    "commit_count": 30189
                },
                "meta-networking": {
                    "branch": "master",
                    "commit": "f09c477f9a040682a7b62d3c342150dbeae0df37",
                    "commit_count": 30189
                },
                "meta-oe": {
                    "branch": "master",
                    "commit": "f09c477f9a040682a7b62d3c342150dbeae0df37",
                    "commit_count": 30189
                },
                "meta-perl": {
                    "branch": "master",
                    "commit": "f09c477f9a040682a7b62d3c342150dbeae0df37",
                    "commit_count": 30189
                },
                "meta-poky": {
                    "branch": "master",
                    "commit": "f66f8fa9f605d5dc39acb10226198b3ab40dcaa3",
                    "commit_count": 74551
                },
                "meta-python": {
                    "branch": "master",
                    "commit": "f09c477f9a040682a7b62d3c342150dbeae0df37",
                    "commit_count": 30189
                },
                "meta-selftest": {
                    "branch": "master",
                    "commit": "db01b0f303bc00486301d00eecf849d1b8fe8f59",
                    "commit_count": 1
                },
                "meta-webserver": {
                    "branch": "master",
                    "commit": "f09c477f9a040682a7b62d3c342150dbeae0df37",
                    "commit_count": 30189
                },
                "meta-xfce": {
                    "branch": "master",
                    "commit": "f09c477f9a040682a7b62d3c342150dbeae0df37",
                    "commit_count": 30189
                },
                "meta-yocto-bsp": {
                    "branch": "master",
                    "commit": "f66f8fa9f605d5dc39acb10226198b3ab40dcaa3",
                    "commit_count": 74551
                }
            },
            "MACHINE": "qemux86-64",
            "OESELFTEST_METADATA": {
                "exclude_tags": null,
                "run_all_tests": false,
                "run_tests": [
                    "buildoptions.SourceMirroring.test_yocto_source_mirror"
                ],
                "select_tags": null,
                "skips": null
            },
            "STARTTIME": "20240527015424",
            "TEST_TYPE": "oeselftest"
        },
        "result": {
            "buildoptions.SourceMirroring.test_yocto_source_mirror": {
                "duration": 83.73541641235352,
                "log": "Traceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/meta-oe-mirror/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 232, in test_yocto_source_mirror\n    bitbake(\"world --runall fetch\")\n  File \"/home/pokybuild/yocto-worker/meta-oe-mirror/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/meta-oe-mirror/build/meta/lib/oeqa/utils/commands.py\", line 212, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  world --runall fetch' returned non-zero exit status 1:\nLoading cache...done.\nLoaded 0 entries from dependency cache.\nParsing recipes...WARNING: /home/pokybuild/yocto-worker/meta-oe-mirror/build/meta-openembedded/meta-oe/recipes-support/iniparser/iniparser_4.2.2.bb: Exception during build_dependencies for fetcher_hashes_dummyfunc\nWARNING: /home/pokybuild/yocto-worker/meta-oe-mirror/build/meta-openembedded/meta-oe/recipes-support/iniparser/iniparser_4.2.2.bb: Error during finalise of /home/pokybuild/yocto-worker/meta-oe-mirror/build/meta-openembedded/meta-oe/recipes-support/iniparser/iniparser_4.2.2.bb\nERROR: ExpansionError during parsing /home/pokybuild/yocto-worker/meta-oe-mirror/build/meta-openembedded/meta-oe/recipes-support/iniparser/iniparser_4.2.2.bb\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/meta-oe-mirror/build/bitbake/lib/bb/fetch2/git.py\", line 278, in Git.urldata_init(ud=<bb.fetch2.FetchData object at 0x7f4561fd3490>, d=<bb.data_smart.DataSmart object at 0x7f45621257c0>):\n                         ud.unresolvedrev[name] = ud.revisions[name]\n    >                ud.revisions[name] = self.latest_revision(ud, d, name)\n     \n  File \"/home/pokybuild/yocto-worker/meta-oe-mirror/build/bitbake/lib/bb/fetch2/__init__.py\", line 1670, in Git.latest_revision(ud=<bb.fetch2.FetchData object at 0x7f4561fd3490>, d=<bb.data_smart.DataSmart object at 0x7f45621257c0>, name='default'):\n             except KeyError:\n    >            revs[key] = rev = self._latest_revision(ud, d, name)\n                 return rev\n  File \"/home/pokybuild/yocto-worker/meta-oe-mirror/build/bitbake/lib/bb/fetch2/git.py\", line 850, in Git._latest_revision(ud=<bb.fetch2.FetchData object at 0x7f4561fd3490>, d=<bb.data_smart.DataSmart object at 0x7f45621257c0>, name='default'):\n     \n    >        output = self._lsremote(ud, d, \"\")\n             # Tags of the form ^{} may not work, need to fallback to other form\n  File \"/home/pokybuild/yocto-worker/meta-oe-mirror/build/bitbake/lib/bb/fetch2/git.py\", line 832, in Git._lsremote(ud=<bb.fetch2.FetchData object at 0x7f4561fd3490>, d=<bb.data_smart.DataSmart object at 0x7f45621257c0>, search=''):\n                 if ud.proto.lower() != 'file':\n    >                bb.fetch2.check_network_access(d, cmd, repourl)\n                 output = runfetchcmd(cmd, d, True)\n  File \"/home/pokybuild/yocto-worker/meta-oe-mirror/build/bitbake/lib/bb/fetch2/__init__.py\", line 972, in check_network_access(d=<bb.data_smart.DataSmart object at 0x7f45621257c0>, info='git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all ls-remote https://gitlab.com/iniparser/iniparser.git ', url='https://gitlab.com/iniparser/iniparser.git'):\n         elif not trusted_network(d, url):\n    >        raise UntrustedUrl(url, info)\n         else:\nbb.data_smart.ExpansionError: Failure expanding variable fetcher_hashes_dummyfunc[vardepvalue], expression was ${@bb.fetch.get_hashvalue(d)} which triggered exception UntrustedUrl: git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all ls-remote https://gitlab.com/iniparser/iniparser.git \nThe variable dependency chain for the failure is: fetcher_hashes_dummyfunc[vardepvalue]\n\nERROR: Parsing halted due to errors, see error messages above\nWARNING: /home/pokybuild/yocto-worker/meta-oe-mirror/build/meta-openembedded/meta-oe/recipes-core/images/meta-oe-image-ptest.bb: Error during finalise of virtual:mcextend:nlohmann-json:/home/pokybuild/yocto-worker/meta-oe-mirror/build/meta-openembedded/meta-oe/recipes-core/images/meta-oe-image-ptest.bb\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "FAILED"
            }
        }
    }
}