{
 "oeselftest_ubuntu-22.04_qemux86-64_20250306160530": {
  "configuration": {
   "HOST_DISTRO": "ubuntu-22.04",
   "HOST_NAME": "ubuntu2204-vk-1",
   "LAYERS": {
    "meta": {
     "branch": "stable/styhead-nut",
     "commit": "7bf19e6a2c5d590e41e0a7e87e17c749aed81f07",
     "commit_count": 75981
    },
    "meta-poky": {
     "branch": "stable/styhead-nut",
     "commit": "7bf19e6a2c5d590e41e0a7e87e17c749aed81f07",
     "commit_count": 75981
    },
    "meta-selftest": {
     "branch": "stable/styhead-nut",
     "commit": "7bf19e6a2c5d590e41e0a7e87e17c749aed81f07",
     "commit_count": 75981
    },
    "meta-yocto-bsp": {
     "branch": "stable/styhead-nut",
     "commit": "7bf19e6a2c5d590e41e0a7e87e17c749aed81f07",
     "commit_count": 75981
    }
   },
   "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": "20250306160530",
   "TEST_TYPE": "oeselftest"
  },
  "result": {
   "archiver.Archiver.test_archiver_allows_to_filter_on_recipe_name": {
    "duration": 42.153387784957886,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 37, in test_archiver_allows_to_filter_on_recipe_name\n    bb_vars = get_bb_vars(['DEPLOY_DIR_SRC', 'TARGET_SYS'])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 248, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e\", postconfig=postconfig).output\n  File \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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  -e' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Unable to parse <frozen importlib._bootstrap>\nTraceback (most recent call last):\n  File \"<frozen importlib._bootstrap>\", line 1024, in _find_and_load\n  File \"<frozen importlib._bootstrap>\", line 171, in __enter__\n  File \"<frozen importlib._bootstrap>\", line 123, in acquire\nKeyError: 140223270438464\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_filters_by_type": {
    "duration": 0.6751646995544434,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_filters_by_type_and_name": {
    "duration": 0.8001296520233154,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_configured": {
    "duration": 0.8362205028533936,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/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 \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_diff": {
    "duration": 0.6681230068206787,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/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 \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_dumpdata": {
    "duration": 0.6626033782958984,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/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 \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_mirror": {
    "duration": 0.6081304550170898,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/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 \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_mirror_combined": {
    "duration": 0.5665721893310547,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_mirror_excludes": {
    "duration": 0.5734901428222656,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_mirror_gitsm": {
    "duration": 0.6831133365631104,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_mirror_gitsm_shallow": {
    "duration": 0.5030009746551514,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_original": {
    "duration": 0.6212964057922363,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/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 \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_patched": {
    "duration": 0.686274528503418,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/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 \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_recipe": {
    "duration": 0.529329776763916,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/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 \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_multiconfig_shared_unpack_and_patch": {
    "duration": 0.5757176876068115,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 141, in test_archiver_multiconfig_shared_unpack_and_patch\n    pn = 'gcc-source-%s' % get_bb_vars(['PV'], 'gcc')['PV']\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 248, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 242, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n  File \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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  -e gcc' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_srpm_mode": {
    "duration": 0.5446710586547852,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "FAILED"
   },
   "baremetal.BaremetalTest.test_baremetal": {
    "duration": 53.73427176475525,
    "status": "PASSED"
   },
   "bbclasses.Systemd.test_systemd_and_sysvinit_in_distro": {
    "duration": 45.93320035934448,
    "status": "PASSED"
   },
   "bbclasses.Systemd.test_systemd_in_distro": {
    "duration": 27.59954023361206,
    "status": "PASSED"
   },
   "bbclasses.Systemd.test_sysvinit_in_distro": {
    "duration": 32.48928427696228,
    "status": "PASSED"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_add_remove": {
    "duration": 5.393157720565796,
    "status": "PASSED"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_createlayer": {
    "duration": 4.3082311153411865,
    "status": "PASSED"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_flatten": {
    "duration": 22.757383584976196,
    "status": "PASSED"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_layerindexshowdepends": {
    "duration": 1.1410369873046875,
    "status": "PASSED"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_setup": {
    "duration": 89.15908002853394,
    "status": "PASSED"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_showappends": {
    "duration": 7.4221351146698,
    "status": "PASSED"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_showcrossdepends": {
    "duration": 55.1952223777771,
    "status": "PASSED"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_showlayers": {
    "duration": 0.3911128044128418,
    "status": "PASSED"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_showoverlayed": {
    "duration": 3.144533157348633,
    "status": "PASSED"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_showrecipes": {
    "duration": 19.752548217773438,
    "status": "PASSED"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_updatelayer": {
    "duration": 40.3571994304657,
    "status": "PASSED"
   },
   "bblayers.BitbakeLayers.test_validate_examplelayersjson": {
    "duration": 9.3937087059021,
    "status": "PASSED"
   },
   "bblock.BBLock.test_lock_architecture_specific": {
    "duration": 69.85390973091125,
    "status": "PASSED"
   },
   "bblock.BBLock.test_lock_multiple_recipe_single_task": {
    "duration": 201.26375126838684,
    "status": "PASSED"
   },
   "bblock.BBLock.test_lock_single_recipe_all_tasks": {
    "duration": 102.39146423339844,
    "status": "PASSED"
   },
   "bblock.BBLock.test_lock_single_recipe_multiple_tasks": {
    "duration": 113.831383228302,
    "status": "PASSED"
   },
   "bblock.BBLock.test_lock_single_recipe_single_task": {
    "duration": 99.93628072738647,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_python_loggingA": {
    "duration": 38.66281485557556,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_python_loggingB": {
    "duration": 26.556809186935425,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_python_loggingC": {
    "duration": 11.251132726669312,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_python_loggingD": {
    "duration": 11.528521060943604,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingA": {
    "duration": 11.368623733520508,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingB": {
    "duration": 11.893016815185547,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingC": {
    "duration": 11.229948043823242,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingD": {
    "duration": 11.649161577224731,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_exit_loggingA": {
    "duration": 12.587291479110718,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_exit_loggingB": {
    "duration": 12.492112874984741,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_exit_loggingC": {
    "duration": 12.013756275177002,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_exit_loggingD": {
    "duration": 11.465524435043335,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_fatal_loggingA": {
    "duration": 10.599086284637451,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_fatal_loggingB": {
    "duration": 10.735055685043335,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_fatal_loggingC": {
    "duration": 11.34443211555481,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_python_fatal_loggingD": {
    "duration": 11.7659432888031,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_shell_loggingA": {
    "duration": 12.508347988128662,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_shell_loggingB": {
    "duration": 12.868170022964478,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_shell_loggingC": {
    "duration": 10.897718906402588,
    "status": "PASSED"
   },
   "bblogging.BitBakeLogging.test_shell_loggingD": {
    "duration": 10.920589208602905,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_bbappend_order": {
    "duration": 36.045387506484985,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_bitbake_g": {
    "duration": 4.065502882003784,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_bitbake_invalid_recipe": {
    "duration": 0.864370584487915,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_bitbake_invalid_target": {
    "duration": 4.744864463806152,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_checkuri": {
    "duration": 6.716424942016602,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_continue": {
    "duration": 168.32846426963806,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_dry_run": {
    "duration": 6.356101989746094,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_environment": {
    "duration": 2.3230159282684326,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_event_handler": {
    "duration": 26.548454761505127,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_force_task_1": {
    "duration": 51.09588170051575,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_force_task_2": {
    "duration": 26.28980040550232,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_git_patchtool": {
    "duration": 16.41090440750122,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_git_patchtool2": {
    "duration": 21.59532642364502,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_git_unpack_nonetwork": {
    "duration": 30.96047806739807,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_git_unpack_nonetwork_fail": {
    "duration": 12.330881357192993,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_image_manifest": {
    "duration": 60.91277289390564,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_invalid_patch": {
    "duration": 36.35818839073181,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_invalid_recipe_src_uri": {
    "duration": 4.613540887832642,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_just_parse": {
    "duration": 3.507279396057129,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_local_sstate": {
    "duration": 16.76767063140869,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_non_gplv3": {
    "duration": 29.471721410751343,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_postfile": {
    "duration": 2.460611343383789,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_prefile": {
    "duration": 4.815791606903076,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_rename_downloaded_file": {
    "duration": 23.512159824371338,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_run_bitbake_from_dir_1": {
    "duration": 1.586411714553833,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_run_bitbake_from_dir_2": {
    "duration": 1.6910929679870605,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_run_bitbake_from_dir_3": {
    "duration": 1.9100947380065918,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_setscene_only": {
    "duration": 19.16863512992859,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_skip_setscene": {
    "duration": 34.08135437965393,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_unexpanded_variable_in_path": {
    "duration": 23.37439465522766,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_version": {
    "duration": 5.036016941070557,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_warnings_errors": {
    "duration": 1.225102424621582,
    "status": "PASSED"
   },
   "buildoptions.ArchiverTest.test_arch_work_dir_and_export_source": {
    "duration": 42.348440647125244,
    "status": "PASSED"
   },
   "buildoptions.BuildhistoryTests.test_buildhistory_basic": {
    "duration": 52.608176946640015,
    "status": "PASSED"
   },
   "buildoptions.BuildhistoryTests.test_buildhistory_buildtime_pr_backwards": {
    "duration": 53.51334500312805,
    "status": "PASSED"
   },
   "buildoptions.BuildhistoryTests.test_fileinfo": {
    "duration": 14.523533821105957,
    "status": "PASSED"
   },
   "buildoptions.DiskMonTest.test_stoptask_behavior": {
    "duration": 83.09516453742981,
    "status": "PASSED"
   },
   "buildoptions.ImageOptionsTests.test_ccache_tool": {
    "duration": 99.1983413696289,
    "status": "PASSED"
   },
   "buildoptions.ImageOptionsTests.test_incremental_image_generation": {
    "duration": 146.48510122299194,
    "status": "PASSED"
   },
   "buildoptions.ImageOptionsTests.test_read_only_image": {
    "duration": 150.08512330055237,
    "status": "PASSED"
   },
   "buildoptions.Poisoning.test_poisoning": {
    "duration": 43.42546582221985,
    "status": "PASSED"
   },
   "buildoptions.SanityOptionsTest.test_layer_without_git_dir": {
    "duration": 36.967796087265015,
    "status": "PASSED"
   },
   "buildoptions.SanityOptionsTest.test_options_warnqa_errorqa_switch": {
    "duration": 69.04252362251282,
    "status": "PASSED"
   },
   "buildoptions.ToolchainOptions.test_toolchain_fortran": {
    "duration": 38.587868452072144,
    "status": "PASSED"
   },
   "c_cpp.CMakeTests.test_cmake_qemu": {
    "duration": 48.19448399543762,
    "status": "PASSED"
   },
   "c_cpp.CMakeTests.test_cmake_qemu_failing": {
    "duration": 36.21687150001526,
    "status": "PASSED"
   },
   "c_cpp.MesonTests.test_meson_qemu": {
    "duration": 1.0399389266967773,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/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 \"/srv/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 \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2025-03-06 16:06:26,345 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "status": "FAILED"
   },
   "c_cpp.MesonTests.test_meson_qemu_failing": {
    "duration": 1.0100204944610596,
    "status": "PASSED"
   },
   "containerimage.ContainerImageTests.test_expected_files": {
    "duration": 42.56296396255493,
    "status": "PASSED"
   },
   "cve_check.CVECheck.test_convert_cve_version": {
    "duration": 0.0068035125732421875,
    "status": "PASSED"
   },
   "cve_check.CVECheck.test_image_json": {
    "duration": 100.98381423950195,
    "status": "PASSED"
   },
   "cve_check.CVECheck.test_product_match": {
    "duration": 0.005330562591552734,
    "status": "PASSED"
   },
   "cve_check.CVECheck.test_recipe_report_json": {
    "duration": 8.347193479537964,
    "status": "PASSED"
   },
   "cve_check.CVECheck.test_recipe_report_json_ignored": {
    "duration": 9.063539981842041,
    "status": "PASSED"
   },
   "cve_check.CVECheck.test_recipe_report_json_unpatched": {
    "duration": 31.05211305618286,
    "status": "PASSED"
   },
   "cve_check.CVECheck.test_version_compare": {
    "duration": 0.006078243255615234,
    "status": "PASSED"
   },
   "debuginfod.Debuginfod.test_debuginfod_native": {
    "duration": 48.918718338012695,
    "status": "PASSED"
   },
   "debuginfod.Debuginfod.test_debuginfod_qemu": {
    "duration": 116.48390197753906,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "devtool.DevtoolAddTests.test_devtool_add": {
    "duration": 56.620227098464966,
    "status": "PASSED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_binary": {
    "duration": 52.58981466293335,
    "status": "PASSED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_fetch": {
    "duration": 47.399609088897705,
    "status": "PASSED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_fetch_git": {
    "duration": 58.886146545410156,
    "status": "PASSED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_fetch_simple": {
    "duration": 31.364728450775146,
    "status": "PASSED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_git_local": {
    "duration": 35.92295598983765,
    "status": "PASSED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_git_style1": {
    "duration": 34.83297634124756,
    "status": "PASSED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_git_style2": {
    "duration": 38.352436542510986,
    "status": "PASSED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_library": {
    "duration": 55.629011392593384,
    "status": "PASSED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_npm": {
    "duration": 1.818924903869629,
    "log": "Test needs meta-oe for nodejs\n",
    "status": "SKIPPED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_python_egg_requires": {
    "duration": 26.482292890548706,
    "status": "PASSED"
   },
   "devtool.DevtoolExtractTests.test_devtool_build_image": {
    "duration": 219.63059401512146,
    "status": "PASSED"
   },
   "devtool.DevtoolExtractTests.test_devtool_deploy_target": {
    "duration": 155.62261295318604,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "devtool.DevtoolExtractTests.test_devtool_extract": {
    "duration": 27.099143505096436,
    "status": "PASSED"
   },
   "devtool.DevtoolExtractTests.test_devtool_extract_virtual": {
    "duration": 26.82038426399231,
    "status": "PASSED"
   },
   "devtool.DevtoolExtractTests.test_devtool_reset_all": {
    "duration": 122.66429352760315,
    "status": "PASSED"
   },
   "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_code_cmake": {
    "duration": 185.9590826034546,
    "status": "PASSED"
   },
   "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_code_meson": {
    "duration": 180.6735725402832,
    "status": "PASSED"
   },
   "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_none_qemu": {
    "duration": 414.56598138809204,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_plugins": {
    "duration": 43.670892000198364,
    "status": "PASSED"
   },
   "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_shared_sysroots": {
    "duration": 69.57985854148865,
    "status": "PASSED"
   },
   "devtool.DevtoolModifyTests.test_devtool_buildclean": {
    "duration": 221.3513696193695,
    "status": "PASSED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify": {
    "duration": 105.17564988136292,
    "status": "PASSED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_git": {
    "duration": 73.1194908618927,
    "status": "PASSED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_git_crates_subpath": {
    "duration": 80.87185382843018,
    "status": "PASSED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_git_no_extract": {
    "duration": 25.01521325111389,
    "status": "PASSED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_go": {
    "duration": 35.511802673339844,
    "status": "PASSED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_invalid": {
    "duration": 86.54277896881104,
    "status": "PASSED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_localfiles": {
    "duration": 63.254735231399536,
    "status": "PASSED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_localfiles_only": {
    "duration": 80.87369346618652,
    "status": "PASSED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_multiple_sources": {
    "duration": 436.0487496852875,
    "status": "PASSED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_native": {
    "duration": 348.14895248413086,
    "status": "PASSED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_overrides": {
    "duration": 24.138303756713867,
    "status": "PASSED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_virtual": {
    "duration": 28.830246210098267,
    "status": "PASSED"
   },
   "devtool.DevtoolTests.test_create_workspace": {
    "duration": 3.9112088680267334,
    "status": "PASSED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_finish_modify_git_subdir": {
    "duration": 92.40989851951599,
    "status": "PASSED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_git_submodules": {
    "duration": 119.36402297019958,
    "status": "PASSED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe": {
    "duration": 31.97606921195984,
    "status": "PASSED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_append": {
    "duration": 83.29950284957886,
    "status": "PASSED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_append_git": {
    "duration": 79.60567808151245,
    "status": "PASSED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_git": {
    "duration": 39.24743866920471,
    "status": "PASSED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files": {
    "duration": 79.37326741218567,
    "status": "PASSED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files_3": {
    "duration": 29.56066060066223,
    "status": "PASSED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files_subdir": {
    "duration": 32.68411159515381,
    "status": "PASSED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_patch_gz": {
    "duration": 34.268396854400635,
    "status": "PASSED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_long_filename": {
    "duration": 39.76066064834595,
    "status": "PASSED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_with_gitignore": {
    "duration": 42.83519721031189,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_finish_modify_origlayer": {
    "duration": 85.23081302642822,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_finish_modify_otherlayer": {
    "duration": 48.56961178779602,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_finish_update_patch": {
    "duration": 48.36057639122009,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_finish_upgrade_origlayer": {
    "duration": 55.00336980819702,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_finish_upgrade_otherlayer": {
    "duration": 58.011857986450195,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_layer_plugins": {
    "duration": 2.1536269187927246,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_load_plugin": {
    "duration": 5.721253156661987,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_rename": {
    "duration": 51.021175384521484,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_upgrade": {
    "duration": 59.551968812942505,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_upgrade_all_checksums": {
    "duration": 53.13208484649658,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_upgrade_drop_md5sum": {
    "duration": 51.023244857788086,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_upgrade_git": {
    "duration": 40.7425856590271,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_upgrade_recipe_upgrade_extra_tasks": {
    "duration": 62.887930393218994,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_virtual_kernel_modify": {
    "duration": 845.5611646175385,
    "status": "PASSED"
   },
   "distrodata.Distrodata.test_checkpkg": {
    "duration": 0.02462601661682129,
    "log": "Skip by the command line argument \"distrodata.Distrodata.test_checkpkg\"\n",
    "status": "SKIPPED"
   },
   "distrodata.Distrodata.test_common_include_recipes": {
    "duration": 48.412623167037964,
    "status": "PASSED"
   },
   "distrodata.Distrodata.test_maintainers": {
    "duration": 68.33802103996277,
    "status": "PASSED"
   },
   "efibootpartition.GenericEFITest.test_boot_efi": {
    "duration": 116.00713157653809,
    "status": "PASSED"
   },
   "esdk.oeSDKExtSelfTest.test_image_generation_binary_feeds": {
    "duration": 79.7933247089386,
    "status": "PASSED"
   },
   "esdk.oeSDKExtSelfTest.test_install_libraries_headers": {
    "duration": 40.23414134979248,
    "status": "PASSED"
   },
   "externalsrc.ExternalSrc.test_externalsrc_srctree_hash_files": {
    "duration": 33.929935693740845,
    "status": "PASSED"
   },
   "fetch.Dependencies.test_dependencies": {
    "duration": 0.12649178504943848,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/fetch.py\", line 74, in test_dependencies\n    tinfoil.prepare(config_only=False, quiet=2)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 423, in prepare\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/bitbake/lib/bb/tinfoil.py\", line 438, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2025-03-06 16:06:26,345 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-03-06 16:06:27,354 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n",
    "status": "ERROR"
   },
   "fetch.Fetch.test_git_mirrors": {
    "duration": 74.3566997051239,
    "status": "PASSED"
   },
   "fitimage.FitImageTests.test_fit_image": {
    "duration": 393.95032954216003,
    "status": "PASSED"
   },
   "fitimage.FitImageTests.test_initramfs_bundle": {
    "duration": 306.15762424468994,
    "status": "PASSED"
   },
   "fitimage.FitImageTests.test_sign_cascaded_uboot_fit_image": {
    "duration": 272.05603432655334,
    "status": "PASSED"
   },
   "fitimage.FitImageTests.test_sign_fit_image": {
    "duration": 115.86126279830933,
    "status": "PASSED"
   },
   "fitimage.FitImageTests.test_sign_standalone_uboot_fit_image": {
    "duration": 47.09644603729248,
    "status": "PASSED"
   },
   "fitimage.FitImageTests.test_uboot_fit_image": {
    "duration": 54.11009502410889,
    "status": "PASSED"
   },
   "fitimage.FitImageTests.test_uboot_sign_fit_image": {
    "duration": 53.05846309661865,
    "status": "PASSED"
   },
   "gdbserver.GdbServerTest.test_gdb_server": {
    "duration": 151.04630279541016,
    "status": "PASSED"
   },
   "gitarchivetests.GitArchiveTests.test_create_first_test_tag": {
    "duration": 0.592888355255127,
    "status": "PASSED"
   },
   "gitarchivetests.GitArchiveTests.test_create_second_test_tag": {
    "duration": 0.5674903392791748,
    "status": "PASSED"
   },
   "gitarchivetests.GitArchiveTests.test_get_revs_on_branch": {
    "duration": 0.377666711807251,
    "status": "PASSED"
   },
   "gitarchivetests.GitArchiveTests.test_get_tags_with_only_local_tag": {
    "duration": 0.34012484550476074,
    "status": "PASSED"
   },
   "gitarchivetests.GitArchiveTests.test_get_tags_without_valid_remote": {
    "duration": 0.5247845649719238,
    "status": "PASSED"
   },
   "gitarchivetests.GitArchiveTests.test_get_tags_without_valid_remote_and_wrong_url": {
    "duration": 0.36200976371765137,
    "status": "PASSED"
   },
   "gotoolchain.oeGoToolchainSelfTest.test_go_dep_build": {
    "duration": 1.9731690883636475,
    "status": "PASSED"
   },
   "image_typedep.ImageTypeDepTests.test_conversion_typedep_added": {
    "duration": 9.32386040687561,
    "status": "PASSED"
   },
   "imagefeatures.ImageFeatures.test_all_users_can_connect_via_ssh_without_password": {
    "duration": 246.28401732444763,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "imagefeatures.ImageFeatures.test_bmap": {
    "duration": 42.05829572677612,
    "status": "PASSED"
   },
   "imagefeatures.ImageFeatures.test_empty_image": {
    "duration": 32.2424054145813,
    "status": "PASSED"
   },
   "imagefeatures.ImageFeatures.test_hypervisor_fmts": {
    "duration": 56.12639880180359,
    "status": "PASSED"
   },
   "imagefeatures.ImageFeatures.test_image_fstypes": {
    "duration": 83.88418364524841,
    "status": "PASSED"
   },
   "imagefeatures.ImageFeatures.test_image_gen_debugfs": {
    "duration": 60.92428135871887,
    "status": "PASSED"
   },
   "imagefeatures.ImageFeatures.test_long_chain_conversion": {
    "duration": 44.40232229232788,
    "status": "PASSED"
   },
   "imagefeatures.ImageFeatures.test_mandb": {
    "duration": 209.36465620994568,
    "status": "PASSED"
   },
   "imagefeatures.ImageFeatures.test_no_busybox_base_utils": {
    "duration": 22.112497091293335,
    "status": "PASSED"
   },
   "imagefeatures.ImageFeatures.test_non_root_user_can_connect_via_ssh_without_password": {
    "duration": 70.26177597045898,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "imagefeatures.ImageFeatures.test_useradd_static": {
    "duration": 67.3045380115509,
    "status": "PASSED"
   },
   "imagefeatures.ImageFeatures.test_wayland_support_in_image": {
    "duration": 80.82248544692993,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_and_license": {
    "duration": 70.33191418647766,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_default": {
    "duration": 62.363861322402954,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_license_exceptions": {
    "duration": 47.957679986953735,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_or_license": {
    "duration": 49.068268060684204,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license": {
    "duration": 2.8731560707092285,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias": {
    "duration": 2.99422025680542,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias_wildcard": {
    "duration": 2.0413014888763428,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_wildcard": {
    "duration": 1.9688947200775146,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_all_licenses_wildcard": {
    "duration": 1.8509786128997803,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_license_alias_wildcard": {
    "duration": 1.9843370914459229,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_licenses_wildcard": {
    "duration": 2.349238157272339,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicenseTests.test_incompatible_nonspdx_license": {
    "duration": 16.72862982749939,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license": {
    "duration": 19.166969299316406,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_alias": {
    "duration": 3.068943500518799,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_wildcard": {
    "duration": 19.99357271194458,
    "status": "PASSED"
   },
   "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_licenses": {
    "duration": 16.47969889640808,
    "status": "PASSED"
   },
   "incompatible_lic.NoGPL3InImagesTests.test_core_image_full_cmdline_weston": {
    "duration": 214.26875638961792,
    "status": "PASSED"
   },
   "incompatible_lic.NoGPL3InImagesTests.test_core_image_minimal": {
    "duration": 67.05599236488342,
    "status": "PASSED"
   },
   "intercept.GitCheck.test_git_intercept": {
    "duration": 35.73800039291382,
    "status": "PASSED"
   },
   "kerneldevelopment.KernelDev.test_apply_patches": {
    "duration": 125.31959128379822,
    "status": "PASSED"
   },
   "layerappend.LayerAppendTests.test_layer_appends": {
    "duration": 48.144970655441284,
    "status": "PASSED"
   },
   "liboe.LibOE.test_copy_hardlink_tree_count": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/liboe.py\", line 17, in setUpClass\n    cls.tmp_dir = get_bb_var('TMPDIR')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 286, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 248, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e\", postconfig=postconfig).output\n  File \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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  -e' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: No multiconfig named \"\" found\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2025-03-06 16:06:26,345 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-03-06 16:06:27,354 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n",
    "status": "ERROR"
   },
   "liboe.LibOE.test_copy_tree_special": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/liboe.py\", line 17, in setUpClass\n    cls.tmp_dir = get_bb_var('TMPDIR')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 286, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 248, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e\", postconfig=postconfig).output\n  File \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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  -e' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: No multiconfig named \"\" found\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2025-03-06 16:06:26,345 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-03-06 16:06:27,354 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n",
    "status": "ERROR"
   },
   "liboe.LibOE.test_copy_tree_xattr": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/selftest/cases/liboe.py\", line 17, in setUpClass\n    cls.tmp_dir = get_bb_var('TMPDIR')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 286, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 248, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e\", postconfig=postconfig).output\n  File \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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  -e' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: No multiconfig named \"\" found\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2025-03-06 16:06:26,345 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-03-06 16:06:27,354 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n",
    "status": "ERROR"
   },
   "lic_checksum.LicenseTests.test_checksum_with_space": {
    "duration": 19.36417841911316,
    "status": "PASSED"
   },
   "lic_checksum.LicenseTests.test_nonmatching_checksum": {
    "duration": 15.791365385055542,
    "status": "PASSED"
   },
   "locales.LocalesTest.test_locales_off": {
    "duration": 71.46986103057861,
    "status": "PASSED"
   },
   "locales.LocalesTest.test_locales_on": {
    "duration": 69.84735369682312,
    "status": "PASSED"
   },
   "manifest.VerifyManifest.test_SDK_manifest_entries": {
    "duration": 269.8380162715912,
    "status": "PASSED"
   },
   "manifest.VerifyManifest.test_image_manifest_entries": {
    "duration": 12.779127359390259,
    "status": "PASSED"
   },
   "minidebuginfo.Minidebuginfo.test_minidebuginfo": {
    "duration": 131.02870845794678,
    "status": "PASSED"
   },
   "minidebuginfo.Minidebuginfo.test_minidebuginfo_qemu": {
    "duration": 131.74713397026062,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "multiconfig.MultiConfig.test_multiconfig": {
    "duration": 227.06021356582642,
    "status": "PASSED"
   },
   "multiconfig.MultiConfig.test_multiconfig_inlayer": {
    "duration": 32.48098397254944,
    "status": "PASSED"
   },
   "multiconfig.MultiConfig.test_multiconfig_reparse": {
    "duration": 58.673985958099365,
    "status": "PASSED"
   },
   "newlib.NewlibTest.test_newlib": {
    "duration": 42.26355957984924,
    "status": "PASSED"
   },
   "oelib.buildhistory.TestBlobParsing.test_blob_to_dict": {
    "duration": 1.3686494827270508,
    "status": "PASSED"
   },
   "oelib.buildhistory.TestBlobParsing.test_compare_dict_blobs": {
    "duration": 1.4544169902801514,
    "status": "PASSED"
   },
   "oelib.buildhistory.TestBlobParsing.test_compare_dict_blobs_default": {
    "duration": 1.220905065536499,
    "status": "PASSED"
   },
   "oelib.buildhistory.TestFileListCompare.test_compare_file_lists": {
    "duration": 0.08733987808227539,
    "status": "PASSED"
   },
   "oelib.elf.TestElf.test_machine_name": {
    "duration": 0.0005745887756347656,
    "status": "PASSED"
   },
   "oelib.license.TestComplexCombinations.test_tests": {
    "duration": 0.0007212162017822266,
    "status": "PASSED"
   },
   "oelib.license.TestIsIncluded.test_tests": {
    "duration": 0.0015883445739746094,
    "status": "PASSED"
   },
   "oelib.license.TestSimpleCombinations.test_tests": {
    "duration": 0.0005662441253662109,
    "status": "PASSED"
   },
   "oelib.license.TestSingleLicense.test_invalid_licenses": {
    "duration": 0.0005462169647216797,
    "status": "PASSED"
   },
   "oelib.license.TestSingleLicense.test_single_licenses": {
    "duration": 0.0005173683166503906,
    "status": "PASSED"
   },
   "oelib.path.TestRealPath.test_loop": {
    "duration": 0.0041463375091552734,
    "status": "PASSED"
   },
   "oelib.path.TestRealPath.test_norm": {
    "duration": 0.003927946090698242,
    "status": "PASSED"
   },
   "oelib.path.TestRealPath.test_phys": {
    "duration": 0.0020880699157714844,
    "status": "PASSED"
   },
   "oelib.types.TestBooleanType.test_bool_equality": {
    "duration": 0.0009639263153076172,
    "status": "PASSED"
   },
   "oelib.types.TestBooleanType.test_false": {
    "duration": 0.0010249614715576172,
    "status": "PASSED"
   },
   "oelib.types.TestBooleanType.test_invalid": {
    "duration": 0.0011868476867675781,
    "status": "PASSED"
   },
   "oelib.types.TestBooleanType.test_true": {
    "duration": 0.0013229846954345703,
    "status": "PASSED"
   },
   "oelib.types.TestList.test_list_nosep": {
    "duration": 0.0007293224334716797,
    "status": "PASSED"
   },
   "oelib.types.TestList.test_list_usersep": {
    "duration": 0.0009205341339111328,
    "status": "PASSED"
   },
   "oelib.utils.TestMultiprocessLaunch.test_multiprocesslaunch": {
    "duration": 0.028444528579711914,
    "status": "PASSED"
   },
   "oelib.utils.TestPackagesFilterOutSystem.test_filter": {
    "duration": 0.0006568431854248047,
    "status": "PASSED"
   },
   "oelib.utils.TestTrimVersion.test_num_exception": {
    "duration": 0.0004699230194091797,
    "status": "PASSED"
   },
   "oelib.utils.TestTrimVersion.test_valid": {
    "duration": 0.0005548000335693359,
    "status": "PASSED"
   },
   "oelib.utils.TestTrimVersion.test_version_exception": {
    "duration": 0.0006825923919677734,
    "status": "PASSED"
   },
   "oescripts.BuildhistoryDiffTests.test_buildhistory_diff": {
    "duration": 57.59214186668396,
    "status": "PASSED"
   },
   "oescripts.OEGitproxyTests.test_oegitproxy_help": {
    "duration": 0.013887643814086914,
    "status": "PASSED"
   },
   "oescripts.OEGitproxyTests.test_oegitproxy_proxy": {
    "duration": 0.2348618507385254,
    "status": "PASSED"
   },
   "oescripts.OEGitproxyTests.test_oegitproxy_proxy_dash": {
    "duration": 0.19891619682312012,
    "status": "PASSED"
   },
   "oescripts.OEListPackageconfigTests.test_packageconfig_flags_default": {
    "duration": 137.38042879104614,
    "status": "PASSED"
   },
   "oescripts.OEListPackageconfigTests.test_packageconfig_flags_help": {
    "duration": 0.1975104808807373,
    "status": "PASSED"
   },
   "oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_all": {
    "duration": 151.47491073608398,
    "status": "PASSED"
   },
   "oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_flags": {
    "duration": 143.92103123664856,
    "status": "PASSED"
   },
   "oescripts.OEListPackageconfigTests.test_packageconfig_flags_options_preferred_only": {
    "duration": 180.1411612033844,
    "status": "PASSED"
   },
   "oescripts.OEPybootchartguyTests.test_pybootchartguy_help": {
    "duration": 0.12503719329833984,
    "status": "PASSED"
   },
   "oescripts.OEPybootchartguyTests.test_pybootchartguy_to_generate_build_pdf_output": {
    "duration": 0.1340794563293457,
    "status": "PASSED"
   },
   "oescripts.OEPybootchartguyTests.test_pybootchartguy_to_generate_build_png_output": {
    "duration": 0.14462971687316895,
    "status": "PASSED"
   },
   "oescripts.OEPybootchartguyTests.test_pybootchartguy_to_generate_build_svg_output": {
    "duration": 0.1268773078918457,
    "status": "PASSED"
   },
   "oescripts.OeRunNativeTest.test_oe_run_native": {
    "duration": 29.30973768234253,
    "status": "PASSED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_all_required_variables_set": {
    "duration": 180.05696201324463,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_conflict": {
    "duration": 10.623939037322998,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_is_missing": {
    "duration": 89.72613739967346,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_lower_layer_access": {
    "duration": 165.3318486213684,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_postinst_on_target_for_read_only_rootfs": {
    "duration": 91.85770559310913,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_original": {
    "duration": 161.46064591407776,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_preinit": {
    "duration": 92.73251104354858,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_read_only": {
    "duration": 115.52223110198975,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "overlayfs.OverlayFSTests.test_correct_image_fstab": {
    "duration": 128.21248722076416,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "overlayfs.OverlayFSTests.test_correct_image_unit": {
    "duration": 66.46462154388428,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "overlayfs.OverlayFSTests.test_distro_features_missing": {
    "duration": 21.21449637413025,
    "status": "PASSED"
   },
   "overlayfs.OverlayFSTests.test_mount_unit_not_set": {
    "duration": 8.0818510055542,
    "status": "PASSED"
   },
   "overlayfs.OverlayFSTests.test_not_all_units_installed": {
    "duration": 73.34357762336731,
    "status": "PASSED"
   },
   "overlayfs.OverlayFSTests.test_not_all_units_installed_but_qa_skipped": {
    "duration": 55.20026707649231,
    "status": "PASSED"
   },
   "overlayfs.OverlayFSTests.test_wrong_mount_unit_set": {
    "duration": 10.415277004241943,
    "status": "PASSED"
   },
   "package.PackageTests.test_gdb_hardlink_debug": {
    "duration": 82.03609204292297,
    "status": "PASSED"
   },
   "package.PackageTests.test_package_name_conflict": {
    "duration": 14.694412469863892,
    "status": "PASSED"
   },
   "package.PackageTests.test_preserve_ownership": {
    "duration": 75.23538017272949,
    "status": "PASSED"
   },
   "package.PackageTests.test_preserve_sparse_hardlinks": {
    "duration": 41.1503963470459,
    "status": "PASSED"
   },
   "package.VersionOrdering.test_dpkg": {
    "duration": 0.02984905242919922,
    "status": "PASSED"
   },
   "package.VersionOrdering.test_opkg": {
    "duration": 0.030932903289794922,
    "status": "PASSED"
   },
   "package.VersionOrdering.test_rpm": {
    "duration": 0.13921356201171875,
    "status": "PASSED"
   },
   "picolibc.PicolibcTest.test_picolibc": {
    "duration": 1.9217171669006348,
    "log": "This test only works with machines : qemuarm qemuarm64 qemuriscv32 qemuriscv64\n",
    "status": "SKIPPED"
   },
   "pkgdata.OePkgdataUtilTests.test_find_path": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2025-03-06 16:06:26,345 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-03-06 16:06:27,354 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n2025-03-06 16:06:27,960 - 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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2025-03-06 16:06:26,345 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-03-06 16:06:27,354 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n2025-03-06 16:06:27,960 - 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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2025-03-06 16:06:26,345 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-03-06 16:06:27,354 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n2025-03-06 16:06:27,960 - 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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2025-03-06 16:06:26,345 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-03-06 16:06:27,354 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n2025-03-06 16:06:27,960 - 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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2025-03-06 16:06:26,345 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-03-06 16:06:27,354 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n2025-03-06 16:06:27,960 - 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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2025-03-06 16:06:26,345 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-03-06 16:06:27,354 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n2025-03-06 16:06:27,960 - 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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2025-03-06 16:06:26,345 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-03-06 16:06:27,354 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n2025-03-06 16:06:27,960 - 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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2025-03-06 16:06:26,345 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-03-06 16:06:27,354 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n2025-03-06 16:06:27,960 - 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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/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 \"/srv/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 \"/srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/lib/oeqa/utils/commands.py\", 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:\nNOTE: Reconnecting to bitbake server...\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n\nSummary: There was 1 ERROR message, returning a non-zero exit code.\n\n\nStderr:\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-628613/conf/local.conf\n2025-03-06 16:05:33,647 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n2025-03-06 16:06:26,345 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-03-06 16:06:27,354 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\nERROR: OEEquivHash requires BB_HASHSERVE to be set\n2025-03-06 16:06:27,960 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "prservice.BitbakePrTests.test_import_export_override_db": {
    "duration": 145.65887880325317,
    "status": "PASSED"
   },
   "prservice.BitbakePrTests.test_import_export_replace_db": {
    "duration": 102.36798357963562,
    "status": "PASSED"
   },
   "prservice.BitbakePrTests.test_pr_service_deb_arch_dep": {
    "duration": 66.86746382713318,
    "status": "PASSED"
   },
   "prservice.BitbakePrTests.test_pr_service_deb_arch_indep": {
    "duration": 31.65085220336914,
    "status": "PASSED"
   },
   "prservice.BitbakePrTests.test_pr_service_ipk_arch_dep": {
    "duration": 65.3330934047699,
    "status": "PASSED"
   },
   "prservice.BitbakePrTests.test_pr_service_ipk_arch_indep": {
    "duration": 26.23108458518982,
    "status": "PASSED"
   },
   "prservice.BitbakePrTests.test_pr_service_rpm_arch_dep": {
    "duration": 47.443687915802,
    "status": "PASSED"
   },
   "prservice.BitbakePrTests.test_pr_service_rpm_arch_indep": {
    "duration": 25.769986867904663,
    "status": "PASSED"
   },
   "prservice.BitbakePrTests.test_stopping_prservice_message": {
    "duration": 0.47295689582824707,
    "status": "PASSED"
   },
   "pseudo.Pseudo.test_pseudo_pyc_creation": {
    "duration": 27.519087314605713,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add": {
    "duration": 62.47039079666138,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add_bindir": {
    "duration": 24.458336353302002,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add_machine": {
    "duration": 30.562631845474243,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_alternatives": {
    "duration": 34.223777055740356,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_basic": {
    "duration": 28.597296476364136,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_binary": {
    "duration": 20.751172304153442,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_extlayer": {
    "duration": 4.837945938110352,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_inst_func": {
    "duration": 32.569273948669434,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_inst_glob": {
    "duration": 25.22907829284668,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_inst_todir_glob": {
    "duration": 25.94956350326538,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_invalid": {
    "duration": 21.307136058807373,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_orig": {
    "duration": 22.92798948287964,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_patch": {
    "duration": 24.81507444381714,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_postinstall": {
    "duration": 26.79189682006836,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_renamed": {
    "duration": 21.801827669143677,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_script": {
    "duration": 23.222930669784546,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_subdir": {
    "duration": 24.69389319419861,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_todir": {
    "duration": 24.413962364196777,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_wildcard": {
    "duration": 11.389447927474976,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic": {
    "duration": 42.00303888320923,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic_wildcard": {
    "duration": 30.968687057495117,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri": {
    "duration": 14.773731470108032,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri_diff_params": {
    "duration": 14.402768611907959,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_machine": {
    "duration": 39.76010036468506,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_replace_file_srcdir": {
    "duration": 24.248648166656494,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_srcdir_basic": {
    "duration": 25.839500665664673,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic": {
    "duration": 25.890974760055542,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic_dirdest": {
    "duration": 28.01101064682007,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_update_recipe_basic": {
    "duration": 6.980161666870117,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic": {
    "duration": 35.6245539188385,
    "status": "PASSED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic_subdir": {
    "duration": 34.806965589523315,
    "status": "PASSED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create": {
    "duration": 24.285442113876343,
    "status": "PASSED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_autotools": {
    "duration": 38.76053833961487,
    "status": "PASSED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_cmake": {
    "duration": 22.71063208580017,
    "status": "PASSED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_git_http": {
    "duration": 26.462958335876465,
    "status": "PASSED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcbranch": {
    "duration": 24.348748207092285,
    "status": "PASSED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_branch": {
    "duration": 29.09383201599121,
    "status": "PASSED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_master": {
    "duration": 23.91025733947754,
    "status": "PASSED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_github": {
    "duration": 24.820738792419434,
    "status": "PASSED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_github_tarball": {
    "duration": 21.65742826461792,
    "status": "PASSED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_go": {
    "duration": 62.90446996688843,
    "status": "PASSED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_go_replace_modules": {
    "duration": 32.178210973739624,
    "status": "PASSED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_npm": {
    "duration": 1.4149718284606934,
    "log": "Test needs meta-oe for nodejs\n",
    "status": "SKIPPED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_flit_core_buildapi": {
    "duration": 0.011552095413208008,
    "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.011250734329223633,
    "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.011418819427490234,
    "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.011161565780639648,
    "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.010627269744873047,
    "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.010138988494873047,
    "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": 21.159038066864014,
    "status": "PASSED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi": {
    "duration": 36.20429873466492,
    "status": "PASSED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi_tarball": {
    "duration": 21.751415729522705,
    "status": "PASSED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_simple": {
    "duration": 21.68710994720459,
    "status": "PASSED"
   },
   "recipetool.RecipetoolTests.test_recipetool_handle_license_vars": {
    "duration": 1.8153924942016602,
    "status": "PASSED"
   },
   "recipetool.RecipetoolTests.test_recipetool_load_plugin": {
    "duration": 4.43287467956543,
    "status": "PASSED"
   },
   "recipetool.RecipetoolTests.test_recipetool_split_pkg_licenses": {
    "duration": 0.013925790786743164,
    "status": "PASSED"
   },
   "recipeutils.RecipeUtilsTests.test_patch_recipe_appends": {
    "duration": 0.08438897132873535,
    "status": "PASSED"
   },
   "recipeutils.RecipeUtilsTests.test_patch_recipe_singleappend": {
    "duration": 0.039263010025024414,
    "status": "PASSED"
   },
   "recipeutils.RecipeUtilsTests.test_patch_recipe_varflag": {
    "duration": 0.041956186294555664,
    "status": "PASSED"
   },
   "recipeutils.RecipeUtilsTests.test_split_var_value": {
    "duration": 0.004595279693603516,
    "status": "PASSED"
   },
   "recipeutils.RecipeUtilsTests.test_validate_pn": {
    "duration": 0.004380702972412109,
    "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.00590062141418457,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_can_match_non_static_ptest_names": {
    "duration": 0.004555225372314453,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_can_not_compare_non_ltp_tests": {
    "duration": 0.004689693450927734,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_machine_matches": {
    "duration": 0.004620075225830078,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_machine_mismatches": {
    "duration": 0.004649639129638672,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_merge_can_merged_results": {
    "duration": 0.004666805267333984,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_metadata_matching_is_only_checked_for_relevant_test_type": {
    "duration": 0.0046312808990478516,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_regression_can_get_regression_base_target_pair": {
    "duration": 0.00464940071105957,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_regression_can_get_regression_result": {
    "duration": 0.004734992980957031,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_report_can_aggregate_test_result": {
    "duration": 0.0046672821044921875,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_results_with_matching_metadata_can_be_compared": {
    "duration": 0.004607677459716797,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_results_with_mismatching_metadata_can_not_be_compared": {
    "duration": 0.004631757736206055,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_results_without_metadata_can_be_compared": {
    "duration": 0.004634857177734375,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_target_result_with_missing_metadata_can_not_be_compared": {
    "duration": 0.004945039749145508,
    "status": "PASSED"
   },
   "retain.Retain.test_retain_always": {
    "duration": 32.68984603881836,
    "status": "PASSED"
   },
   "retain.Retain.test_retain_failure": {
    "duration": 41.18176198005676,
    "status": "PASSED"
   },
   "retain.Retain.test_retain_global": {
    "duration": 54.0078547000885,
    "status": "PASSED"
   },
   "retain.Retain.test_retain_misc": {
    "duration": 79.9594190120697,
    "status": "PASSED"
   },
   "rootfspostcommandstests.ShadowUtilsTidyFiles.test_shadowutils_backup_files": {
    "duration": 22.25056791305542,
    "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": 5.100331783294678,
    "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": 5.724082708358765,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_list_not_found": {
    "duration": 0.007019996643066406,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_list_okay": {
    "duration": 0.0825967788696289,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_log": {
    "duration": 0.0073909759521484375,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_log_split": {
    "duration": 0.006997346878051758,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_no_shell": {
    "duration": 0.0065615177154541016,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_output": {
    "duration": 0.0068111419677734375,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_output_split": {
    "duration": 0.0069234371185302734,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_result_assertion": {
    "duration": 0.050916194915771484,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_result_exception": {
    "duration": 0.029346704483032227,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_result_false": {
    "duration": 0.020038127899169922,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_result_okay": {
    "duration": 0.018126487731933594,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_shell": {
    "duration": 0.015673160552978516,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_stdin": {
    "duration": 0.006162405014038086,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_stdin_timeout": {
    "duration": 10.005830764770508,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_timeout": {
    "duration": 10.008563995361328,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_timeout_split": {
    "duration": 10.006620168685913,
    "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": 189.66480708122253,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "runtime_test.Postinst.test_postinst_rootfs_and_boot_systemd": {
    "duration": 383.2267427444458,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "runtime_test.Postinst.test_postinst_rootfs_and_boot_sysvinit": {
    "duration": 233.97465229034424,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "runtime_test.SystemTap.test_crosstap_helloworld": {
    "duration": 124.21608257293701,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "runtime_test.SystemTap.test_crosstap_pstree": {
    "duration": 35.98277235031128,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "runtime_test.SystemTap.test_crosstap_syscalls_by_pid": {
    "duration": 37.261773347854614,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "runtime_test.SystemTap.test_crosstap_syscalls_by_proc": {
    "duration": 35.64030146598816,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "runtime_test.TestExport.test_testexport_basic": {
    "duration": 50.641775608062744,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "runtime_test.TestExport.test_testexport_sdk": {
    "duration": 84.024489402771,
    "status": "PASSED"
   },
   "runtime_test.TestImage.test_testimage_apt": {
    "duration": 187.07630467414856,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "runtime_test.TestImage.test_testimage_dnf": {
    "duration": 126.59175872802734,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "runtime_test.TestImage.test_testimage_install": {
    "duration": 114.1519627571106,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "runtime_test.TestImage.test_testimage_slirp": {
    "duration": 91.47592115402222,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "runtime_test.TestImage.test_testimage_virgl_gtk_sdl": {
    "duration": 189.72496485710144,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "runtime_test.TestImage.test_testimage_virgl_headless": {
    "duration": 81.51094102859497,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "selftest.ExternalLayer.test_list_imported": {
    "duration": 0.007132053375244141,
    "status": "PASSED"
   },
   "signing.LockedSignatures.test_locked_signatures": {
    "duration": 116.09836030006409,
    "status": "PASSED"
   },
   "signing.Signing.test_signing_packages": {
    "duration": 130.46928930282593,
    "status": "PASSED"
   },
   "signing.Signing.test_signing_sstate_archive": {
    "duration": 126.91528487205505,
    "status": "PASSED"
   },
   "spdx.SPDX22Check.test_spdx_base_files": {
    "duration": 42.05797266960144,
    "status": "PASSED"
   },
   "spdx.SPDX30Check.test_baremetal_helloworld": {
    "duration": 43.635626554489136,
    "status": "PASSED"
   },
   "spdx.SPDX30Check.test_base_files": {
    "duration": 27.52307939529419,
    "status": "PASSED"
   },
   "spdx.SPDX30Check.test_core_image_minimal": {
    "duration": 62.82442116737366,
    "status": "PASSED"
   },
   "spdx.SPDX30Check.test_core_image_minimal_sdk": {
    "duration": 258.71665358543396,
    "status": "PASSED"
   },
   "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_machine": {
    "duration": 97.99586296081543,
    "status": "PASSED"
   },
   "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_1": {
    "duration": 35.95924377441406,
    "status": "PASSED"
   },
   "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_2": {
    "duration": 62.213364601135254,
    "status": "PASSED"
   },
   "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_3": {
    "duration": 119.50563716888428,
    "status": "PASSED"
   },
   "sstatetests.SStateCleanup.test_cleansstate_task_distro_nonspecific": {
    "duration": 43.19638180732727,
    "status": "PASSED"
   },
   "sstatetests.SStateCleanup.test_cleansstate_task_distro_specific": {
    "duration": 47.69942545890808,
    "status": "PASSED"
   },
   "sstatetests.SStateCleanup.test_cleansstate_task_distro_specific_nonspecific": {
    "duration": 50.692492723464966,
    "status": "PASSED"
   },
   "sstatetests.SStateCreation.test_sstate_creation_distro_nonspecific_fail": {
    "duration": 34.80411911010742,
    "status": "PASSED"
   },
   "sstatetests.SStateCreation.test_sstate_creation_distro_nonspecific_pass": {
    "duration": 33.18713569641113,
    "status": "PASSED"
   },
   "sstatetests.SStateCreation.test_sstate_creation_distro_specific_fail": {
    "duration": 32.83474946022034,
    "status": "PASSED"
   },
   "sstatetests.SStateCreation.test_sstate_creation_distro_specific_pass": {
    "duration": 33.07441997528076,
    "status": "PASSED"
   },
   "sstatetests.SStateDistroTests.test_rebuild_distro_specific_sstate_cross_native_targets": {
    "duration": 43.895431995391846,
    "status": "PASSED"
   },
   "sstatetests.SStateDistroTests.test_rebuild_distro_specific_sstate_cross_target": {
    "duration": 45.984957456588745,
    "status": "PASSED"
   },
   "sstatetests.SStateDistroTests.test_rebuild_distro_specific_sstate_native_target": {
    "duration": 45.591270208358765,
    "status": "PASSED"
   },
   "sstatetests.SStateFindSiginfo.test_sstate_compare_sigfiles_and_find_siginfo": {
    "duration": 3024.8220920562744,
    "status": "PASSED"
   },
   "sstatetests.SStateHashSameSigs.test_sstate_32_64_same_hash": {
    "status": "UNKNOWN"
   },
   "sstatetests.SStateHashSameSigs.test_sstate_nativelsbstring_same_hash": {
    "status": "UNKNOWN"
   },
   "sstatetests.SStateHashSameSigs2.test_sstate_allarch_samesigs": {
    "duration": 110.25904965400696,
    "status": "PASSED"
   },
   "sstatetests.SStateHashSameSigs2.test_sstate_nativesdk_samesigs_multilib": {
    "duration": 162.5439155101776,
    "status": "PASSED"
   },
   "sstatetests.SStateHashSameSigs3.test_sstate_multilib_or_not_native_samesigs": {
    "duration": 54.947234869003296,
    "status": "PASSED"
   },
   "sstatetests.SStateHashSameSigs3.test_sstate_sametune_samesigs": {
    "duration": 166.25210547447205,
    "status": "PASSED"
   },
   "sstatetests.SStateHashSameSigs4.test_sstate_movelayer_samesigs": {
    "duration": 59.30345344543457,
    "status": "PASSED"
   },
   "sstatetests.SStateHashSameSigs4.test_sstate_noop_samesigs": {
    "duration": 121.02908754348755,
    "status": "PASSED"
   },
   "sstatetests.SStatePrintdiff.test_gcc_runtime_vs_gcc_source": {
    "duration": 2856.174442052841,
    "status": "PASSED"
   },
   "sstatetests.SStatePrintdiff.test_image_minimal_vs_base_do_configure": {
    "duration": 479.61881470680237,
    "status": "PASSED"
   },
   "sstatetests.SStatePrintdiff.test_image_minimal_vs_perlcross": {
    "duration": 173.3281695842743,
    "status": "PASSED"
   },
   "sstatetests.SStateTests.test_autorev_sstate_works": {
    "duration": 41.90590810775757,
    "status": "PASSED"
   },
   "sysroot.SysrootTests.test_sysroot_cleanup": {
    "duration": 67.48146319389343,
    "status": "PASSED"
   },
   "sysroot.SysrootTests.test_sysroot_la": {
    "duration": 50.124284982681274,
    "status": "PASSED"
   },
   "sysroot.SysrootTests.test_sysroot_max_shebang": {
    "duration": 14.889751672744751,
    "status": "PASSED"
   },
   "sysroot.SysrootTests.test_sysroot_pkgconfig": {
    "duration": 30.609918117523193,
    "status": "PASSED"
   },
   "systemd_boot.Systemdboot.test_efi_systemdboot_images_can_be_built": {
    "status": "UNKNOWN"
   },
   "tinfoil.TinfoilTests.test_datastore_operations": {
    "duration": 0.3290579319000244,
    "status": "PASSED"
   },
   "tinfoil.TinfoilTests.test_expand": {
    "duration": 0.10383868217468262,
    "status": "PASSED"
   },
   "tinfoil.TinfoilTests.test_getvar": {
    "duration": 0.10329437255859375,
    "status": "PASSED"
   },
   "tinfoil.TinfoilTests.test_getvar_bb_origenv": {
    "duration": 0.10329198837280273,
    "status": "PASSED"
   },
   "tinfoil.TinfoilTests.test_list_recipes": {
    "duration": 2.439251184463501,
    "status": "PASSED"
   },
   "tinfoil.TinfoilTests.test_parse_recipe": {
    "duration": 2.478555202484131,
    "status": "PASSED"
   },
   "tinfoil.TinfoilTests.test_parse_recipe_copy_expand": {
    "duration": 1.9442851543426514,
    "status": "PASSED"
   },
   "tinfoil.TinfoilTests.test_parse_recipe_custom_data": {
    "duration": 2.500478744506836,
    "status": "PASSED"
   },
   "tinfoil.TinfoilTests.test_parse_virtual_recipe": {
    "duration": 1.920058012008667,
    "status": "PASSED"
   },
   "tinfoil.TinfoilTests.test_parse_virtual_recipe_custom_data": {
    "duration": 2.630739450454712,
    "status": "PASSED"
   },
   "tinfoil.TinfoilTests.test_setvariable_clean": {
    "duration": 0.30579614639282227,
    "status": "PASSED"
   },
   "tinfoil.TinfoilTests.test_variable_history": {
    "duration": 2.5297415256500244,
    "status": "PASSED"
   },
   "tinfoil.TinfoilTests.test_wait_event": {
    "duration": 0.2034451961517334,
    "status": "PASSED"
   },
   "usergrouptests.UserGroupTests.test_add_task_between_p_sysroot_and_package": {
    "duration": 13.927029371261597,
    "status": "PASSED"
   },
   "usergrouptests.UserGroupTests.test_group_from_dep_package": {
    "duration": 25.028851985931396,
    "status": "PASSED"
   },
   "usergrouptests.UserGroupTests.test_postinst_order": {
    "duration": 9.234643697738647,
    "status": "PASSED"
   },
   "usergrouptests.UserGroupTests.test_static_useradd_from_dynamic": {
    "duration": 95.59107756614685,
    "status": "PASSED"
   },
   "wic.CLITests.test_createhelp": {
    "duration": 0.6727969646453857,
    "status": "PASSED"
   },
   "wic.CLITests.test_help": {
    "duration": 0.43266797065734863,
    "status": "PASSED"
   },
   "wic.CLITests.test_help_create": {
    "duration": 0.2567176818847656,
    "status": "PASSED"
   },
   "wic.CLITests.test_help_kickstart": {
    "duration": 0.2770199775695801,
    "status": "PASSED"
   },
   "wic.CLITests.test_help_list": {
    "duration": 0.24555444717407227,
    "status": "PASSED"
   },
   "wic.CLITests.test_help_overview": {
    "duration": 0.2952425479888916,
    "status": "PASSED"
   },
   "wic.CLITests.test_help_plugins": {
    "duration": 0.310884952545166,
    "status": "PASSED"
   },
   "wic.CLITests.test_list_images": {
    "duration": 2.8301875591278076,
    "status": "PASSED"
   },
   "wic.CLITests.test_list_source_plugins": {
    "duration": 2.3544273376464844,
    "status": "PASSED"
   },
   "wic.CLITests.test_listed_images_help": {
    "duration": 37.51584267616272,
    "status": "PASSED"
   },
   "wic.CLITests.test_listhelp": {
    "duration": 0.17066287994384766,
    "status": "PASSED"
   },
   "wic.CLITests.test_no_command": {
    "duration": 0.19562435150146484,
    "status": "PASSED"
   },
   "wic.CLITests.test_unsupported_subcommand": {
    "duration": 0.329559326171875,
    "status": "PASSED"
   },
   "wic.CLITests.test_version": {
    "duration": 0.2301468849182129,
    "status": "PASSED"
   },
   "wic.ModifyTests.test_wic_cp": {
    "duration": 80.19932866096497,
    "status": "PASSED"
   },
   "wic.ModifyTests.test_wic_cp_ext": {
    "duration": 19.665999174118042,
    "status": "PASSED"
   },
   "wic.ModifyTests.test_wic_ls": {
    "duration": 18.05082130432129,
    "status": "PASSED"
   },
   "wic.ModifyTests.test_wic_ls_ext": {
    "duration": 18.30859875679016,
    "status": "PASSED"
   },
   "wic.ModifyTests.test_wic_rm": {
    "duration": 28.16336750984192,
    "status": "PASSED"
   },
   "wic.ModifyTests.test_wic_rm_ext": {
    "duration": 24.318681478500366,
    "status": "PASSED"
   },
   "wic.Wic.test_bootloader_config": {
    "duration": 137.8464319705963,
    "status": "PASSED"
   },
   "wic.Wic.test_build_artifacts": {
    "duration": 10.199254512786865,
    "status": "PASSED"
   },
   "wic.Wic.test_build_image_name": {
    "duration": 17.44836735725403,
    "status": "PASSED"
   },
   "wic.Wic.test_build_rootfs_long": {
    "duration": 46.29947113990784,
    "status": "PASSED"
   },
   "wic.Wic.test_build_rootfs_short": {
    "duration": 25.397164344787598,
    "status": "PASSED"
   },
   "wic.Wic.test_change_directory": {
    "duration": 20.00473117828369,
    "status": "PASSED"
   },
   "wic.Wic.test_change_directory_errors": {
    "duration": 30.20630121231079,
    "status": "PASSED"
   },
   "wic.Wic.test_compress_bzip2": {
    "duration": 19.082464694976807,
    "status": "PASSED"
   },
   "wic.Wic.test_compress_gzip": {
    "duration": 17.78424906730652,
    "status": "PASSED"
   },
   "wic.Wic.test_compress_xz": {
    "duration": 24.833938121795654,
    "status": "PASSED"
   },
   "wic.Wic.test_debug_long": {
    "duration": 15.228670597076416,
    "status": "PASSED"
   },
   "wic.Wic.test_debug_short": {
    "duration": 17.270156145095825,
    "status": "PASSED"
   },
   "wic.Wic.test_default_output_dir": {
    "duration": 50.69149827957153,
    "status": "PASSED"
   },
   "wic.Wic.test_efi_bootpart": {
    "duration": 46.927892446517944,
    "status": "PASSED"
   },
   "wic.Wic.test_exclude_path": {
    "duration": 28.599393129348755,
    "status": "PASSED"
   },
   "wic.Wic.test_exclude_path_errors": {
    "duration": 35.16010403633118,
    "status": "PASSED"
   },
   "wic.Wic.test_extra_space": {
    "duration": 20.36690354347229,
    "status": "PASSED"
   },
   "wic.Wic.test_gpt_image": {
    "duration": 22.266608715057373,
    "status": "PASSED"
   },
   "wic.Wic.test_include_path": {
    "duration": 26.56030297279358,
    "status": "PASSED"
   },
   "wic.Wic.test_include_path_embeded": {
    "duration": 25.207676887512207,
    "status": "PASSED"
   },
   "wic.Wic.test_include_path_errors": {
    "duration": 55.33795619010925,
    "status": "PASSED"
   },
   "wic.Wic.test_iso_image": {
    "duration": 65.579021692276,
    "status": "PASSED"
   },
   "wic.Wic.test_kernel_install": {
    "duration": 23.520715951919556,
    "status": "PASSED"
   },
   "wic.Wic.test_mkefidisk": {
    "duration": 21.359040021896362,
    "status": "PASSED"
   },
   "wic.Wic.test_no_fstab_update": {
    "duration": 30.62917709350586,
    "status": "PASSED"
   },
   "wic.Wic.test_no_fstab_update_errors": {
    "duration": 32.823607206344604,
    "status": "PASSED"
   },
   "wic.Wic.test_no_table": {
    "duration": 15.039406538009644,
    "status": "PASSED"
   },
   "wic.Wic.test_partition_hidden_attributes": {
    "duration": 21.4072208404541,
    "status": "PASSED"
   },
   "wic.Wic.test_permissions": {
    "duration": 280.0197973251343,
    "status": "PASSED"
   },
   "wic.Wic.test_qemux86_directdisk": {
    "duration": 30.723936080932617,
    "status": "PASSED"
   },
   "wic.Wic.test_rootfs_artifacts": {
    "duration": 10.276755809783936,
    "status": "PASSED"
   },
   "wic.Wic.test_rootfs_indirect_recipes": {
    "duration": 18.806267738342285,
    "status": "PASSED"
   },
   "wic.Wic.test_sdimage_bootpart": {
    "duration": 35.856486558914185,
    "status": "PASSED"
   },
   "wic.Wic.test_skip_build_check_long": {
    "duration": 15.485196828842163,
    "status": "PASSED"
   },
   "wic.Wic.test_skip_build_check_short": {
    "duration": 15.206525802612305,
    "status": "PASSED"
   },
   "wic.Wic.test_skip_kernel_install": {
    "duration": 23.623037099838257,
    "status": "PASSED"
   },
   "wic.Wic.test_systemd_bootdisk": {
    "duration": 69.06703734397888,
    "status": "PASSED"
   },
   "wic.Wic.test_wrong_compressor": {
    "duration": 0.1736316680908203,
    "status": "PASSED"
   },
   "wic.Wic2.test_biosplusefi_plugin": {
    "duration": 103.9390914440155,
    "status": "PASSED"
   },
   "wic.Wic2.test_biosplusefi_plugin_qemu": {
    "duration": 27.932867765426636,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "wic.Wic2.test_bmap_long": {
    "duration": 17.062034368515015,
    "status": "PASSED"
   },
   "wic.Wic2.test_bmap_short": {
    "duration": 15.389440059661865,
    "status": "PASSED"
   },
   "wic.Wic2.test_efi_plugin_unified_kernel_image_qemu": {
    "duration": 424.04318141937256,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "wic.Wic2.test_empty_plugin": {
    "duration": 59.77598738670349,
    "status": "PASSED"
   },
   "wic.Wic2.test_empty_zeroize_plugin": {
    "duration": 28.79412865638733,
    "status": "PASSED"
   },
   "wic.Wic2.test_expand_mbr_image": {
    "duration": 56.77404499053955,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "wic.Wic2.test_extra_space": {
    "duration": 17.657845973968506,
    "status": "PASSED"
   },
   "wic.Wic2.test_fixed_size": {
    "duration": 17.61602807044983,
    "status": "PASSED"
   },
   "wic.Wic2.test_fixed_size_error": {
    "duration": 15.666027784347534,
    "status": "PASSED"
   },
   "wic.Wic2.test_fs_types": {
    "duration": 14.875320672988892,
    "status": "PASSED"
   },
   "wic.Wic2.test_gpt_partition_name": {
    "duration": 59.399507999420166,
    "status": "PASSED"
   },
   "wic.Wic2.test_image_bootpart_globbed": {
    "duration": 34.75625133514404,
    "status": "PASSED"
   },
   "wic.Wic2.test_image_env": {
    "duration": 35.96453309059143,
    "status": "PASSED"
   },
   "wic.Wic2.test_image_vars_dir_long": {
    "duration": 4.044888973236084,
    "status": "PASSED"
   },
   "wic.Wic2.test_image_vars_dir_short": {
    "duration": 4.162380933761597,
    "status": "PASSED"
   },
   "wic.Wic2.test_kickstart_parser": {
    "duration": 17.158849239349365,
    "status": "PASSED"
   },
   "wic.Wic2.test_mkfs_extraopts": {
    "duration": 15.692869901657104,
    "status": "PASSED"
   },
   "wic.Wic2.test_offset": {
    "duration": 114.82254910469055,
    "status": "PASSED"
   },
   "wic.Wic2.test_qemu": {
    "duration": 88.58126664161682,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "wic.Wic2.test_qemu_efi": {
    "duration": 68.86789107322693,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "wic.Wic2.test_rawcopy_plugin": {
    "duration": 17.296672821044922,
    "status": "PASSED"
   },
   "wic.Wic2.test_rawcopy_plugin_qemu": {
    "duration": 107.18661594390869,
    "oetags": [
     "runqemu"
    ],
    "status": "PASSED"
   },
   "wic.Wic2.test_rawcopy_plugin_unpack": {
    "duration": 60.22597360610962,
    "status": "PASSED"
   },
   "wic.Wic2.test_sparse_copy": {
    "duration": 0.015798330307006836,
    "status": "PASSED"
   },
   "wic.Wic2.test_uefi_kernel": {
    "duration": 62.13899803161621,
    "status": "PASSED"
   },
   "wic.Wic2.test_wic_image_type": {
    "duration": 16.517948865890503,
    "status": "PASSED"
   },
   "wrapper.WrapperTests.test_shebang_wrapper": {
    "duration": 7.496243953704834,
    "status": "PASSED"
   },
   "yoctotestresultsquerytests.TestResultsQueryTests.test_create_workdir": {
    "duration": 3.8692519664764404,
    "status": "PASSED"
   },
   "yoctotestresultsquerytests.TestResultsQueryTests.test_get_sha1": {
    "duration": 0.04566454887390137,
    "status": "PASSED"
   }
  }
 }
}